Fix repeated word typos by yuanx749 · Pull Request #23974 · matplotlib/matplotlib · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
2 changes: 1 addition & 1 deletion lib/matplotlib/colorbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def set_ticklabels(self, ticklabels, update_ticks=True, *, minor=False,
of locations.

update_ticks : bool, default: True
This keyword argument is ignored and will be be removed.
This keyword argument is ignored and will be removed.
Deprecated

minor : bool
Expand Down
2 changes: 1 addition & 1 deletion tutorials/introductory/lifecycle.py