Skip to content

Commit 8615068

Browse files
authored
Merge pull request matplotlib#31002 from anntzer/ap
Remove outdated notion of property alias priority from docs.
2 parents f1854e1 + 1d3c51e commit 8615068

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/_api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ class so far, an alias named ``get_alias`` will be defined; the same will
270270
exception will be raised.
271271
272272
The alias map is stored as the ``_alias_map`` attribute on the class and
273-
can be used by `.normalize_kwargs` (which assumes that higher priority
274-
aliases come last).
273+
can be used by `.normalize_kwargs`.
275274
"""
276275
if cls is None: # Return the actual class decorator.
277276
return functools.partial(define_aliases, alias_d)

0 commit comments

Comments
 (0)