Skip to content

Commit ced4f22

Browse files
authored
Merge pull request #10794 from NQuibin/patch-1
fixed comment typo
2 parents f49c7b3 + dbf75b0 commit ced4f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import matplotlib.legend as mlegend
1515

1616

17-
# test that docstrigs are the same
17+
# test that docstrings are the same
1818
def get_docstring_section(func, section):
1919
""" extract a section from the docstring of a function """
2020
ll = inspect.getdoc(func)

0 commit comments

Comments
 (0)