diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
commit | 2f9171d9008dea8db9183041dab71d8ef1edb844 (patch) | |
tree | 5dab4ce6381829b3b22be84b6e97075455fc2694 /Lib/test/test_unicode.py | |
parent | c69fd86f94365a4d502765c2618d0df7e9d7ae67 (diff) | |
download | cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.zip cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.gz cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.bz2 |
Fix spelling and grammar in code comments and documentation
Diffstat (limited to 'Lib/test/test_unicode.py')
-rw-r--r-- | Lib/test/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 81e49d6..f696a5b 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -2615,7 +2615,7 @@ class CAPITest(unittest.TestCase): b'repr=%V', None, b'abc\xff') # not supported: copy the raw format string. these tests are just here - # to check for crashs and should not be considered as specifications + # to check for crashes and should not be considered as specifications check_format('%s', b'%1%s', b'abc') check_format('%1abc', |