Fix typo in Lib/zipfile/_path/__init__.py (#118622)

This commit is contained in:
Xie Yanbo 2024-05-06 21:58:27 +08:00 committed by GitHub
parent 0085c3ae8f
commit c3f4a6b524
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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