Skip to content

CLN: Fix Spelling Errors #17535

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

Merged
merged 1 commit into from
Sep 15, 2017

Conversation

jschendel
Copy link
Member

  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff

Fixed some miscellaneous spelling errors. One test has been re-enabled after not running due to the prefix tets_ being misspelled. Not technically a spelling error, but I changed colour -> color in a few places; seems reasonable since the 'u' is omitted in most cases when color is a parameter. Some changes were just to code comments, so not terribly useful, but makes reading comments a bit nicer.

@codecov
Copy link

codecov bot commented Sep 15, 2017

Codecov Report

Merging #17535 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17535      +/-   ##
==========================================
+ Coverage   91.22%   91.23%   +<.01%     
==========================================
  Files         163      163              
  Lines       49606    49606              
==========================================
+ Hits        45254    45257       +3     
+ Misses       4352     4349       -3
Flag Coverage Δ
#multiple 89.01% <0%> (+0.02%) ⬆️
#single 40.19% <0%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/core/reshape/tile.py 90.25% <ø> (ø) ⬆️
pandas/tseries/util.py 100% <ø> (ø) ⬆️
pandas/core/algorithms.py 94.14% <ø> (ø) ⬆️
pandas/io/stata.py 93.66% <ø> (ø) ⬆️
pandas/plotting/_misc.py 38.98% <ø> (ø) ⬆️
pandas/io/pytables.py 92.79% <ø> (ø) ⬆️
pandas/core/reshape/merge.py 94.26% <ø> (ø) ⬆️
pandas/plotting/_tools.py 79% <ø> (ø) ⬆️
pandas/core/indexes/interval.py 93.57% <ø> (ø) ⬆️
pandas/core/reshape/concat.py 97.6% <ø> (ø) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b21c54...7312458. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 15, 2017

Codecov Report

Merging #17535 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17535      +/-   ##
==========================================
+ Coverage   91.22%   91.23%   +<.01%     
==========================================
  Files         163      163              
  Lines       49606    49606              
==========================================
+ Hits        45254    45257       +3     
+ Misses       4352     4349       -3
Flag Coverage Δ
#multiple 89.01% <0%> (+0.02%) ⬆️
#single 40.19% <0%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_misc.py 38.98% <ø> (ø) ⬆️
pandas/core/algorithms.py 94.14% <ø> (ø) ⬆️
pandas/core/reshape/concat.py 97.6% <ø> (ø) ⬆️
pandas/core/indexes/interval.py 93.57% <ø> (ø) ⬆️
pandas/io/stata.py 93.66% <ø> (ø) ⬆️
pandas/io/pytables.py 92.79% <ø> (ø) ⬆️
pandas/core/reshape/merge.py 94.26% <ø> (ø) ⬆️
pandas/tseries/util.py 100% <ø> (ø) ⬆️
pandas/plotting/_tools.py 79% <ø> (ø) ⬆️
pandas/core/reshape/tile.py 90.25% <ø> (ø) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b21c54...7312458. Read the comment docs.

@jorisvandenbossche
Copy link
Member

Yes, thanks!

@jorisvandenbossche jorisvandenbossche merged commit 72c3888 into pandas-dev:master Sep 15, 2017
@jorisvandenbossche jorisvandenbossche added this to the 0.21.0 milestone Sep 15, 2017
@jschendel jschendel deleted the fix-spelling-errors branch September 15, 2017 22:14
alanbato pushed a commit to alanbato/pandas that referenced this pull request Nov 10, 2017
No-Stream pushed a commit to No-Stream/pandas that referenced this pull request Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants