summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicode.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-12-18 05:41:55 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-12-18 05:41:55 +0000
commitfc29c88b5f299f0fad9919dd92628f810b4b4711 (patch)
treeffb98421a6dcb7414bc943d008674b0e440c57de /Lib/test/test_unicode.py
parent3e8d9413eb6b5126de3181c30ed3edea399d4934 (diff)
parent59b0eb524f6b476db0805ba0a83661122a3fa2fe (diff)
downloadcpython-git-fc29c88b5f299f0fad9919dd92628f810b4b4711.tar.gz
Issue #28987: Merge doc and comment fixes from 3.6
Diffstat (limited to 'Lib/test/test_unicode.py')
-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 0737140ccf..883c362a03 100644
--- a/Lib/test/test_unicode.py
+++ b/Lib/test/test_unicode.py
@@ -2639,7 +2639,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',