diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:41:55 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:41:55 +0000 |
commit | fc29c88b5f299f0fad9919dd92628f810b4b4711 (patch) | |
tree | ffb98421a6dcb7414bc943d008674b0e440c57de /Lib/test/test_unicode.py | |
parent | 3e8d9413eb6b5126de3181c30ed3edea399d4934 (diff) | |
parent | 59b0eb524f6b476db0805ba0a83661122a3fa2fe (diff) | |
download | cpython-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.py | 2 |
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', |