]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Lib/zipfile/_path/__init__.py (#118622)
authorXie Yanbo <xieyanbo@gmail.com>
Mon, 6 May 2024 13:58:27 +0000 (21:58 +0800)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 13:58:27 +0000 (13:58 +0000)
Lib/zipfile/_path/__init__.py

index 4c167563b6b7621d4bc7188802ffe8901645613a..79ebb777354e03285b38ba969876dc0261d59f53 100644 (file)
@@ -262,7 +262,7 @@ class Path:
     >>> str(path.parent)
     'mem'
 
-    If the zipfile has no filename, such attribtues are not
+    If the zipfile has no filename, such attributes are not
     valid and accessing them will raise an Exception.
 
     >>> zf.filename = None