Skip to content

Commit

Permalink
Fix typo in Lib/zipfile/_path/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored and jaraco committed May 6, 2024
1 parent dec8805 commit ff0b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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 ff0b75e

Please sign in to comment.