Skip to content

Commit 40a4878

Browse files
FIX: Fix typo caught by codespell pre-commit hook
1 parent 01d79d8 commit 40a4878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def test_func2():
420420
('# only comment "with quotes" xx', ''),
421421
])
422422
def test_strip_comment(line, result):
423-
"""Strip everything from the first unqouted #."""
423+
"""Strip everything from the first unquoted #."""
424424
assert cbook._strip_comment(line) == result
425425

426426

0 commit comments

Comments
 (0)