summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_reader.py
diff options
context:
space:
mode:
authorAN Long <aisk@users.noreply.github.com>2025-02-16 01:33:14 (GMT)
committerGitHub <noreply@github.com>2025-02-16 01:33:14 (GMT)
commit798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 (patch)
treefdf6a91bf0da556027157f19768a0a397e58f396 /Lib/test/test_pyrepl/test_reader.py
parenta7d41a89474a07ce2b96943ea3f152e0dc757240 (diff)
downloadcpython-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_pyrepl/test_reader.py')
-rw-r--r--Lib/test/test_pyrepl/test_reader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyrepl/test_reader.py b/Lib/test/test_pyrepl/test_reader.py
index 27c6d66..f3b243d 100644
--- a/Lib/test/test_pyrepl/test_reader.py
+++ b/Lib/test/test_pyrepl/test_reader.py
@@ -197,7 +197,7 @@ class TestReader(TestCase):
Event(evt="key", data="down", raw=bytearray(b"\x1bOB")),
Event(evt="key", data="\x05", raw=bytearray(b"\x1bO5")),
# a double new line in-block should terminate the block
- # even if its followed by whitespace
+ # even if its followed by whitespace
Event(evt="key", data="\n", raw=bytearray(b"\n")),
Event(evt="key", data="\n", raw=bytearray(b"\n")),
],