Skip to content

Commit

Permalink
Fix invisible character typo (python#123933)
Browse files Browse the repository at this point in the history
Remove accidental addition of zero-width character (U+FEFF) reported by @jaraco:
- python@c3f4a6b#commitcomment-146456562
  • Loading branch information
xyb authored Sep 11, 2024
1 parent d2b9b6f commit e9eedf1
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 @@ -280,7 +280,7 @@ class Path:
>>> str(path.parent)
'mem'
If the zipfile has no filename, such attributes 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 e9eedf1

Please sign in to comment.