diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:44:56 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:44:56 (GMT) |
commit | 3008b1c4bba34eae2682afbd61f8f66ca1683289 (patch) | |
tree | a2016c4f34dda3b57c2fee64097b4e16ff4a375b /Lib/test/test_strptime.py | |
parent | 7e3a91a5fc056f72c93f015bb9f4f22aef9e72fb (diff) | |
parent | c04fb56e36999a4162e6ccfe1f9357100abaee99 (diff) | |
download | cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.zip cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.tar.gz cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.tar.bz2 |
Issue #26304: Merge doc wording from 3.5
Diffstat (limited to 'Lib/test/test_strptime.py')
-rw-r--r-- | Lib/test/test_strptime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_strptime.py b/Lib/test/test_strptime.py index e88e3ec..2a1f059 100644 --- a/Lib/test/test_strptime.py +++ b/Lib/test/test_strptime.py @@ -190,7 +190,7 @@ class TimeRETests(unittest.TestCase): def test_whitespace_substitution(self): # When pattern contains whitespace, make sure it is taken into account - # so as to not allow to subpatterns to end up next to each other and + # so as to not allow subpatterns to end up next to each other and # "steal" characters from each other. pattern = self.time_re.pattern('%j %H') self.assertFalse(re.match(pattern, "180")) |