Skip to content

Commit

Permalink
Fix typo in Lib/zipfile/_path/__init__.py (python#118622)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored May 6, 2024
1 parent 0085c3a commit c3f4a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/zipfile/_path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3f4a6b

Please sign in to comment.