Skip to content
Merged
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 galleries/users_explain/axes/axes_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
# Unit support works by querying the type of data passed to the plotting
# function and dispatching to the first converter in a list that accepts that
# type of data. So below, if ``x`` has ``datetime`` objects in it, the
# converter will be ``_SwitchableDateConverter``; if it has has strings in it,
# converter will be ``_SwitchableDateConverter``; if it has strings in it,
# it will be sent to the ``StrCategoryConverter``.

for k, v in munits.registry.items():
Expand Down
Loading