From 5008b7c677c2ed5289ef3628d310fda403e370ed Mon Sep 17 00:00:00 2001 From: "steven.bethard" Date: Mon, 20 Apr 2009 00:27:15 +0000 Subject: Clean up comment. --- test/test_argparse.py | 6 +++--- 1 file 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""" -- cgit v1.2.1