summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 +0000
commit8f1edd554ebb2d89402bda640bc022e4f749659e (patch)
tree74f4fcec872a1c410ab63e0e07999815cc8425bb /Lib/test
parent8f062f1602e27791c829b231ba2644ea72888c4d (diff)
downloadcpython-8f1edd554ebb2d89402bda640bc022e4f749659e.tar.gz
Fix spelling and grammar in code comments and documentation
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py
index 81e49d6aa0..f696a5bacf 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',