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 821810e commit 1261fffCopy full SHA for 1261fff
1 file changed
lib/matplotlib/cbook.py
@@ -1280,7 +1280,7 @@ def allpairs(x):
1280
class maxdict(dict):
1281
"""
1282
A dictionary with a maximum size; this doesn't override all the
1283
- relevant methods to contain size, just setitem, so use with
+ relevant methods to constrain the size, just setitem, so use with
1284
caution
1285
1286
def __init__(self, maxsize):
0 commit comments