Skip to content

DOC: Fix capitalisation in doc/source/whatsnew - part1 (issue #32550) #33382

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix conflicts in file 'scripts/validate_rst_title_capitalization.py' …
…and merge upstream/master
  • Loading branch information
cleconte987 committed Apr 10, 2020
commit 00b016e0b0d18f73ad59f9d7838a9e969ff7cca7
1 change: 1 addition & 0 deletions scripts/validate_rst_title_capitalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"October",
"November",
"December",
"Float64Index",
}

CAP_EXCEPTIONS_DICT = {word.lower(): word for word in CAPITALIZATION_EXCEPTIONS}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.