mirror of https://github.com/python/cpython
Fix invisible character typo (#123933)
Remove accidental addition of zero-width character (U+FEFF) reported by @jaraco:
- c3f4a6b524 (commitcomment-146456562)
This commit is contained in:
parent
d2b9b6f919
commit
e9eedf19c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue