summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_argparse.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-14 01:29:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-14 01:29:13 (GMT)
commit22fd1c262a7aa9685ef50055e4a3c3ae0e915b16 (patch)
tree31ace7bdaedcf0dca62f4199c2fc6e7d5e8bef4f /Lib/test/test_argparse.py
parent6fe39266c8eb0b3e3f3544f6ad2214c15449e086 (diff)
parent97ce0faa4daee4d1a8191cf248861f878b0b789e (diff)
downloadcpython-22fd1c262a7aa9685ef50055e4a3c3ae0e915b16.zip
cpython-22fd1c262a7aa9685ef50055e4a3c3ae0e915b16.tar.gz
cpython-22fd1c262a7aa9685ef50055e4a3c3ae0e915b16.tar.bz2
Merge typo and grammar fixes from 3.5
Diffstat (limited to 'Lib/test/test_argparse.py')
-rw-r--r--Lib/test/test_argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py
index 893ec39..31db090 100644
--- a/Lib/test/test_argparse.py
+++ b/Lib/test/test_argparse.py
@@ -3026,7 +3026,7 @@ class TestShortColumns(HelpTestCase):
'''Test extremely small number of columns.
TestCase prevents "COLUMNS" from being too small in the tests themselves,
- but we don't want any exceptions thrown in such case. Only ugly representation.
+ but we don't want any exceptions thrown in such cases. Only ugly representation.
'''
def setUp(self):
env = support.EnvironmentVarGuard()