diff --git a/lib/zipp/__init__.py b/lib/zipp/__init__.py index 6d05d9a0..df3293aa 100644 --- a/lib/zipp/__init__.py +++ b/lib/zipp/__init__.py @@ -263,7 +263,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