Skip to content

Commit 0c65601

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#31870: Update axes_units.py
1 parent 31655fd commit 0c65601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/users_explain/axes/axes_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
# Unit support works by querying the type of data passed to the plotting
273273
# function and dispatching to the first converter in a list that accepts that
274274
# type of data. So below, if ``x`` has ``datetime`` objects in it, the
275-
# converter will be ``_SwitchableDateConverter``; if it has has strings in it,
275+
# converter will be ``_SwitchableDateConverter``; if it has strings in it,
276276
# it will be sent to the ``StrCategoryConverter``.
277277

278278
for k, v in munits.registry.items():

0 commit comments

Comments
 (0)