Skip to content

Commit 6f9c155

Browse files
tacaswellQuLogic
authored andcommitted
DOC: tweak wording on ArtistList class docstring
1 parent dfbaaa8 commit 6f9c155

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,12 +1407,9 @@ class ArtistList(Sequence):
14071407
"""
14081408
A sublist of Axes children based on their type.
14091409
1410-
The type-specific children sublists will become immutable in
1411-
Matplotlib 3.7. Then, these artist lists will likely be replaced by
1412-
tuples. Use as if this is a tuple already.
1413-
1414-
This class exists only for the transition period to warn on the
1415-
deprecated modification of artist lists.
1410+
The type-specific children sublists were made immutable in Matplotlib
1411+
3.7. In the future these artist lists may be replaced by tuples. Use
1412+
as if this is a tuple already.
14161413
"""
14171414
def __init__(self, axes, prop_name,
14181415
valid_types=None, invalid_types=None):

0 commit comments

Comments
 (0)