mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge typo and grammar fixes from 3.4 into 3.5
This commit is contained in:
commit
32acc16cda
7 changed files with 12 additions and 12 deletions
|
@ -1575,7 +1575,7 @@ class OutputChecker:
|
|||
|
||||
# If `want` contains hex-escaped character such as "\u1234",
|
||||
# then `want` is a string of six characters(e.g. [\,u,1,2,3,4]).
|
||||
# On the other hand, `got` could be an another sequence of
|
||||
# On the other hand, `got` could be another sequence of
|
||||
# characters such as [\u1234], so `want` and `got` should
|
||||
# be folded to hex-escaped ASCII string to compare.
|
||||
got = self._toAscii(got)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue