summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-04-20 00:27:15 +0000
committersteven.bethard <devnull@localhost>2009-04-20 00:27:15 +0000
commit5008b7c677c2ed5289ef3628d310fda403e370ed (patch)
tree6d661ed7780bcde53714d0de27de229905a83760 /test
parent1d4caa9e9225d253d7b3da48e87864e5912f99bd (diff)
downloadargparse-5008b7c677c2ed5289ef3628d310fda403e370ed.tar.gz
Clean up comment.
Diffstat (limited to 'test')
-rw-r--r--test/test_argparse.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_argparse.py b/test/test_argparse.py
index c1c0411..ba1a3ba 100644
--- a/test/test_argparse.py
+++ b/test/test_argparse.py
@@ -217,9 +217,9 @@ class ParserTesterMetaclass(type):
bases = TestCase,
ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
-# ============
-# Optional tests
-# ============
+# ===============
+# Optionals tests
+# ===============
class TestOptionalsSingleDash(ParserTestCase):
"""Test an Optional with a single-dash option string"""