Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Style typos fixes#7288
Uh oh!
There was an error while loading.Please reload this page.
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 tocontrain size, just setitem, so use with | |||
relevant methods tocontain 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! |
Backported to v2.x via723f889. |
No description provided.