Skip to content

DOC: Fix title capitalization in documentation files (#32550) #60021

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 4 commits into from
Oct 12, 2024

Conversation

Wong2333
Copy link
Contributor

Corrected title capitalization in various .rst files to match the standard of capitalizing only the first word

  • doc\source\whatsnew\v0.12.0.rst
  • doc\source\whatsnew\v0.25.0.rst
  • doc\source\whatsnew\v1.2.0.rst
  • doc\source\whatsnew\v3.0.0.rst

Fixes part of issue #32550.

@Wong2333
Copy link
Contributor Author

Fix title capitalization in documentation files

@@ -551,7 +551,7 @@ with :attr:`numpy.nan` in the case of an empty :class:`DataFrame` (:issue:`26397
``__str__`` methods now call ``__repr__`` rather than vice versa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

pandas has until now mostly defined string representations in a pandas objects'
Pandas has until now mostly defined string representations in a pandas objects'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Pandas has until now mostly defined string representations in a pandas objects'
pandas has until now mostly defined string representations in a pandas objects'

pandas is supposed to be lowercase (and throughout this file)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've corrected it

@mroeschke mroeschke added the Docs label Oct 11, 2024
@mroeschke mroeschke merged commit 2a10e04 into pandas-dev:main Oct 12, 2024
20 checks passed
@mroeschke
Copy link
Member

Thanks @Wong2333

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