We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96f8fe commit bea0fe2Copy full SHA for bea0fe2
lib/matplotlib/tests/test_cbook.py
@@ -420,7 +420,7 @@ def test_func2():
420
('# only comment "with quotes" xx', ''),
421
])
422
def test_strip_comment(line, result):
423
- """Strip everything from the first unqouted #."""
+ """Strip everything from the first unquoted #."""
424
assert cbook._strip_comment(line) == result
425
426
0 commit comments