Skip to content

Commit ff631ac

Browse files
FIX: Fix typo caught by codespell pre-commit hook
1 parent b96a2e9 commit ff631ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_cbook.py

+1-1
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)