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 55c4082 commit 20da81fCopy full SHA for 20da81f
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