Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bbfa6cb commit cf1a357Copy full SHA for cf1a357
1 file changed
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