-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: grammatical mistakes #17512
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
DOC: grammatical mistakes #17512
Conversation
DOC: grammatical mistake
pandas/io/stata.py
Outdated
@@ -249,7 +249,7 @@ def convert_year_month_safe(year, month): | |||
""" | |||
Convert year and month to datetimes, using pandas vectorized versions | |||
when the date range falls within the range supported by pandas. Other | |||
wise it falls back to a slower but more robust method using datetime. | |||
-wise it falls back to a slower but more robust method using datetime. |
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 you put Other on the same line here.
pandas/io/stata.py
Outdated
@@ -261,7 +261,7 @@ def convert_year_month_safe(year, month): | |||
|
|||
def convert_year_days_safe(year, days): | |||
""" | |||
Converts year (e.g. 1999) and days since the start of the year to a |
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.
a is correct here
Hello @Giftlin! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on September 13, 2017 at 11:36 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #17512 +/- ##
==========================================
- Coverage 91.18% 88.92% -2.26%
==========================================
Files 163 163
Lines 49543 49543
==========================================
- Hits 45177 44058 -1119
- Misses 4366 5485 +1119
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17512 +/- ##
==========================================
- Coverage 91.18% 88.92% -2.26%
==========================================
Files 163 163
Lines 49543 49543
==========================================
- Hits 45177 44058 -1119
- Misses 4366 5485 +1119
Continue to review full report at Codecov.
|
thanks! |
git diff upstream/master -u -- "*.py" | flake8 --diff