diff options
author | AN Long <aisk@users.noreply.github.com> | 2025-02-16 01:33:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-16 01:33:14 (GMT) |
commit | 798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 (patch) | |
tree | fdf6a91bf0da556027157f19768a0a397e58f396 /Lib/test/test_embed.py | |
parent | a7d41a89474a07ce2b96943ea3f152e0dc757240 (diff) | |
download | cpython-798f8d3ea9f54ee80a684bff74f67ee7d99e35c2.zip cpython-798f8d3ea9f54ee80a684bff74f67ee7d99e35c2.tar.gz cpython-798f8d3ea9f54ee80a684bff74f67ee7d99e35c2.tar.bz2 |
Replace non-breaking spaces with normal spaces (#130116)
Using normal spaces in place of non-breaking spaces.
Diffstat (limited to 'Lib/test/test_embed.py')
-rw-r--r-- | Lib/test/test_embed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_embed.py b/Lib/test/test_embed.py index cd65496..de54d06 100644 --- a/Lib/test/test_embed.py +++ b/Lib/test/test_embed.py @@ -51,7 +51,7 @@ INIT_LOOPS = 4 MAX_HASH_SEED = 4294967295 ABI_THREAD = 't' if sysconfig.get_config_var('Py_GIL_DISABLED') else '' -# PLATSTDLIB_LANDMARK copied from Modules/getpath.py +# PLATSTDLIB_LANDMARK copied from Modules/getpath.py if os.name == 'nt': PLATSTDLIB_LANDMARK = f'{sys.platlibdir}' else: |