mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space)
This commit is contained in:
parent
8f049e5b5b
commit
90a9d51137
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ for name in (b'\xe7w\xf0', b'abc\xff'):
|
|||
break
|
||||
|
||||
if FS_NONASCII:
|
||||
TESTFN_NONASCII = TESTFN + '- ' + FS_NONASCII
|
||||
TESTFN_NONASCII = TESTFN + '-' + FS_NONASCII
|
||||
else:
|
||||
TESTFN_NONASCII = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue