Fix a few grammar problems in the documentation and comments

This commit is contained in:
Martin Panter 2015-11-14 01:07:43 +00:00
parent ac34e09bbf
commit 2e4571a456
5 changed files with 7 additions and 7 deletions

View file

@ -1573,7 +1573,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)