10000 fixed typo · matplotlib/matplotlib@1261fff · GitHub
[go: up one dir, main page]

Skip to content

Commit 1261fff

Browse files
fixed typo
1 parent 821810e commit 1261fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook.py

Lines changed: 1 addition & 1 deletion
41A6
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ def allpairs(x):
12801280
class maxdict(dict):
12811281
"""
12821282
A dictionary with a maximum size; this doesn't override all the
1283-
relevant methods to contain size, just setitem, so use with
1283+
relevant methods to constrain the size, just setitem, so use with
12841284
caution
12851285
"""
12861286
def __init__(self, maxsize):

0 commit comments

Comments
 (0)
0