]> granicus.if.org Git - python/commitdiff
Clarify comment in comments test case explaining comment semantics.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 20:13:44 +0000 (20:13 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 20:13:44 +0000 (20:13 +0000)
Lib/test/test_cfgparser.py

index 5a77bfdfe48c59fbfb44a2fef0a99b2d5194ea2f..e54ccfe4850c739b632fb5d54cc60fdb2b93ff85 100644 (file)
@@ -676,7 +676,7 @@ class CompatibleTestCase(CfgParserTestCaseClass):
         # but this is a comment
         ; another comment
         quirk: this;is not a comment
-        ; a space must precede a comment character
+        ; a space must precede an inline comment
         """)
         cf = self.fromstring(config_string)
         self.assertEqual(cf.get('Commented Bar', 'foo'), 'bar # not a comment!')