We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbfa6cb + cf1a357 commit 671c032Copy full SHA for 671c032
lib/matplotlib/__init__.py
@@ -1362,8 +1362,8 @@ def _init_tests():
1362
1363
def _replacer(data, value):
1364
"""
1365
- Either returns ``data[value]`` or passes ``data`` back, converts either to
1366
- a sequence.
+ Either returns ``data[value]`` or passes ``data`` back, converting any
+ ``MappingView`` to a sequence.
1367
1368
try:
1369
# if key isn't a string don't bother
0 commit comments