mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix a few grammar problems in the documentation and comments
This commit is contained in:
parent
ac34e09bbf
commit
2e4571a456
5 changed files with 7 additions and 7 deletions
|
@ -3019,7 +3019,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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue