mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class Path:
|
||||||
>>> str(path.parent)
|
>>> str(path.parent)
|
||||||
'mem'
|
'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.
|
valid and accessing them will raise an Exception.
|
||||||
|
|
||||||
>>> zf.filename = None
|
>>> zf.filename = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue