Skip to content

Commit

Permalink
Merge pull request matplotlib#26711 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-26709-on-v3.8.x

Backport PR matplotlib#26709 on branch v3.8.x (DOC: consistency in docstrings of formatting of array-like)
  • Loading branch information
QuLogic committed Sep 7, 2023
2 parents b9262c9 + 59d942e commit 70f4990
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 70f4990

Please sign in to comment.