10000 FIX: Fix typo caught by codespell pre-commit hook · matplotlib/matplotlib@cec0d3e · GitHub
[go: up one dir, main page]

Skip to content

Commit cec0d3e

Browse files
FIX: Fix typo caught by codespell pre-commit hook
1 parent 711b307 commit cec0d3e
< 8000 h2 class="sr-only">File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0