Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf1a357

Browse files
committed
MNT: correct _replacer docstring [ci doc]
1 parent bbfa6cb commit cf1a357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,8 @@ def _init_tests():
13621362

13631363
def _replacer(data, value):
13641364
"""
1365-
Either returns ``data[value]`` or passes ``data`` back, converts either to
1366-
a sequence.
1365+
Either returns ``data[value]`` or passes ``data`` back, converting any
1366+
``MappingView`` to a sequence.
13671367
"""
13681368
try:
13691369
# if key isn't a string don't bother

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /