Skip to content

Commit

Permalink
Merge pull request #125 from saschanaz/patch-1
Browse files Browse the repository at this point in the history
Remove unexpected character \ufeff
  • Loading branch information
jaraco committed Sep 9, 2024
2 parents 0b95ec7 + 1daee63 commit b8a63ca
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 @@ -281,7 +281,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 b8a63ca

Please sign in to comment.