diff --git a/zipp/__init__.py b/zipp/__init__.py index 6d05d9a..df3293a 100644 --- a/zipp/__init__.py +++ b/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