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
3 changes: 1 addition & 2 deletions lib/matplotlib/_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ class so far, an alias named ``get_alias`` will be defined; the same will
exception will be raised.

The alias map is stored as the ``_alias_map`` attribute on the class and
can be used by `.normalize_kwargs` (which assumes that higher priority
aliases come last).
can be used by `.normalize_kwargs`.
"""
if cls is None: # Return the actual class decorator.
return functools.partial(define_aliases, alias_d)
Expand Down
Loading