Skip to content

Commit e9eedf1

Browse files
authored
Fix invisible character typo (python#123933)
Remove accidental addition of zero-width character (U+FEFF) reported by @jaraco: - python@c3f4a6b#commitcomment-146456562
1 parent d2b9b6f commit e9eedf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/zipfile/_path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class Path:
280280
>>> str(path.parent)
281281
'mem'
282282
283-
If the zipfile has no filename, such attributes are not
283+
If the zipfile has no filename, such attributes are not
284284
valid and accessing them will raise an Exception.
285285
286286
>>> zf.filename = None

0 commit comments

Comments
 (0)