diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-15 02:14:19 (GMT) |
| commit | 6a8163a928f9ff04242580c09216431ddd39cdbc (patch) | |
| tree | f488fcfc631d8663003cd5784bba970d3e6438f9 /Lib/test/test_print.py | |
| parent | 8feff8f1ddf870f4a68facf7127097cec97ebc39 (diff) | |
| download | cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.zip cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.tar.gz cpython-6a8163a928f9ff04242580c09216431ddd39cdbc.tar.bz2 | |
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation and code comments.
Diffstat (limited to 'Lib/test/test_print.py')
| -rw-r--r-- | Lib/test/test_print.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_print.py b/Lib/test/test_print.py index b726347..e8d9e66 100644 --- a/Lib/test/test_print.py +++ b/Lib/test/test_print.py @@ -107,7 +107,7 @@ class TestPrint(unittest.TestCase): self.assertRaises(AttributeError, print, '', file='') def test_mixed_args(self): - # If an unicode arg is passed, sep and end should be unicode, too. + # If a unicode arg is passed, sep and end should be unicode, too. class Recorder(object): def __init__(self, must_be_unicode): |
