-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Spelling and grammar #17548
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
Spelling and grammar #17548
Conversation
Hello @Giftlin! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on September 15, 2017 at 21:09 Hours UTC |
|
||
The underlying mappings are stored in a list. That list is public and can | ||
accessed or updated using the *maps* attribute. There is no other state. |
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.
Keep the space after the period.
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.
I see that it's because of flake8
issue. Perhaps replace the "or" with a slash to get it to fit. 😄
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.
Are 2 whitespaces necessary? It had two, reduced to one.
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.
For consistency, yes.
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.
Can the slash have spaces before and after?
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.
Perfectly fine.
Codecov Report
@@ Coverage Diff @@
## master #17548 +/- ##
==========================================
- Coverage 91.25% 91.23% -0.02%
==========================================
Files 163 163
Lines 49606 49606
==========================================
- Hits 45266 45257 -9
- Misses 4340 4349 +9
Continue to review full report at Codecov.
|
pandas/compat/chainmap_impl.py
Outdated
@@ -35,9 +35,9 @@ def wrapper(self): | |||
class ChainMap(MutableMapping): | |||
""" A ChainMap groups multiple dicts (or other mappings) together | |||
to create a single, updatable view. | |||
|
|||
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.
Did you add a whitespace by accident?
Codecov Report
@@ Coverage Diff @@
## master #17548 +/- ##
==========================================
- Coverage 91.25% 91.23% -0.02%
==========================================
Files 163 163
Lines 49606 49606
==========================================
- Hits 45266 45257 -9
- Misses 4340 4349 +9
Continue to review full report at Codecov.
|
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.
Ping when green and will merge!
Don't worry about it. Yellow means the tests are still running. You should only get concerned if it turns red. |
@gfyoung all checks have passed. |
Thanks @Giftlin ! |
git diff upstream/master -u -- "*.py" | flake8 --diff