summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_argparse.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-14 01:14:25 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-14 01:14:25 (GMT)
commit32acc16cdab1e890db17c79a5d32c2379800722d (patch)
tree51d3b4f5afa8351490051816749d198744a533e1 /Lib/test/test_argparse.py
parentfa9ea046732eff86408aba477d557c8fc92bc864 (diff)
parent2e4571a456c32af964d48b4bf70a9a53d27d10d6 (diff)
downloadcpython-32acc16cdab1e890db17c79a5d32c2379800722d.zip
cpython-32acc16cdab1e890db17c79a5d32c2379800722d.tar.gz
cpython-32acc16cdab1e890db17c79a5d32c2379800722d.tar.bz2
Merge typo and grammar fixes from 3.4 into 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 27bfad5..f48e85c 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()