Skip to content

Commit

Permalink
Merge pull request #26709 from matplotlib/arraylikedoc
Browse files Browse the repository at this point in the history
DOC: consistency in docstrings of formatting of array-like
  • Loading branch information
QuLogic committed Sep 7, 2023
2 parents 75ef6e2 + dc3c81a commit ac376ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ def set_ticks(self, ticks, labels=None, *, minor=False, **kwargs):
Parameters
----------
ticks : 1D ArrayLike
ticks : 1D array-like
Array of tick locations. The axis `.Locator` is replaced by a
`~.ticker.FixedLocator`.
Expand Down

0 comments on commit ac376ea

Please sign in to comment.