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

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 20da81f

Browse files
FIX: Fix typo caught by codespell pre-commit hook
1 parent 55c4082 commit 20da81f

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