summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/zipfile')
-rw-r--r--Lib/zipfile/_path/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/zipfile/_path/__init__.py b/Lib/zipfile/_path/__init__.py
index 5079db9..c0e53e2 100644
--- a/Lib/zipfile/_path/__init__.py
+++ b/Lib/zipfile/_path/__init__.py
@@ -280,7 +280,7 @@ class Path:
>>> str(path.parent)
'mem'
- If the zipfile has no filename, such attributes are not
+ If the zipfile has no filename, such attributes are not
valid and accessing them will raise an Exception.
>>> zf.filename = None