Skip to content

Commit 1d3c51e

Browse files
committed
Remove outdated notion of property alias priority from docs.
The concept of alias priority was deprecated in 71d725f and has been removed since then (making normalize_kwargs maintain kwarg order).
1 parent f1854e1 commit 1d3c51e

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)