mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
Fix typo in Lib/zipfile/_path/__init__.py (#118622)
This commit is contained in:
parent
0085c3ae8f
commit
c3f4a6b524
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue