mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Fix typo in Lib/zipfile/_path/__init__.py (#118622)
This commit is contained in:
parent
0085c3ae8f
commit
c3f4a6b524
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user