-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: update multi-index term with MultiIndex #21382
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
Conversation
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.
lgtm - independent PRs are always better than coupling
Codecov Report
@@ Coverage Diff @@
## master #21382 +/- ##
==========================================
+ Coverage 91.85% 91.88% +0.03%
==========================================
Files 153 153
Lines 49570 49570
==========================================
+ Hits 45533 45549 +16
+ Misses 4037 4021 -16
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.
fine by me as well
@FabioRosado : Thanks! |
* Change multi-index to MultiIndex * Revert changes to adverbs, add words to wordlist
* Change multi-index to MultiIndex * Revert changes to adverbs, add words to wordlist
Hello,
before I start working on part 2 of the sphinx spelling extension I wanted to submit this PR in order to fix the double use of multi-index and MultiIndex. I have changed all
multi-index
mentions through the documentation toMultiIndex
, this meant that some titles needed changing and new linking needed to be done. I have tested the documentation locally and everything seems to be working okay.I have also reverted the changes to some adverbs that got changed previously (which shouldn't have according to @h-vetinari)
I hope that creating this PR before working on part 2 is okay. If you would rather me add this and the next one together let me know and I'll update the title and whatnot 😄 👍
git diff upstream/master -u -- "*.py" | flake8 --diff