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

Appearance settings

Commit 1261fff

Browse filesBrowse files
fixed typo
1 parent 821810e commit 1261fff
Copy full SHA for 1261fff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/cbook.py

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook.py
+1-1Lines changed: 1 addition & 1 deletion
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.