Skip to content

Commit 9cb9436

Browse files
authored
FIX: remove typo
1 parent 31dbef6 commit 9cb9436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ def _add_data_doc(docstring, replace_names, replace_all_args):
15571557
if docstring is None:
15581558
docstring = ''
15591559
else:
1560-
docstring = dedent(docstring)git
1560+
docstring = dedent(docstring)
15611561
_repl = ""
15621562
if replace_names is None:
15631563
_repl = "* All positional and all keyword arguments."

0 commit comments

Comments
 (0)