-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Style typos fixes #7288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style typos fixes #7288
Conversation
Signed-off-by: Mher Kazandjian <mherkazandjian@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch!
(A large chunk of these functions ( |
yea, there is also some dead code! |
@@ -1284,7 +1280,7 @@ def allpairs(x): | ||
class maxdict(dict): | ||
""" | ||
A dictionary with a maximum size; this doesn't override all the | ||
relevant methods to contrain size, just setitem, so use with | ||
relevant methods to contain size, just setitem, so use with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be constrain
Thanks! |
Style typos fixes
Backported to v2.x via 723f889. |
No description provided.