diff --git a/zipp/__init__.py b/zipp/__init__.py index a3f0b1b..161a4fb 100644 --- a/zipp/__init__.py +++ b/zipp/__init__.py @@ -281,7 +281,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