diff options
Diffstat (limited to 'Lib/test/test_cfgparser.py')
-rw-r--r-- | Lib/test/test_cfgparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index 4bdbc69..00b8465 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py @@ -110,7 +110,7 @@ basic(r""" [Foo Bar] foo=bar [Spacey Bar] -foo = bar +foo = bar [Commented Bar] foo: bar ; comment """) |