Skip to content

Commit 5935a53

Browse files
committed
DOC: Fix title capitalization in documentation files
1 parent ad03037 commit 5935a53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ with :attr:`numpy.nan` in the case of an empty :class:`DataFrame` (:issue:`26397
551551
``__str__`` methods now call ``__repr__`` rather than vice versa
552552
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
553553

554-
Pandas has until now mostly defined string representations in a pandas objects'
554+
pandas has until now mostly defined string representations in a pandas objects'
555555
``__str__``/``__unicode__``/``__bytes__`` methods, and called ``__str__`` from the ``__repr__``
556556
method, if a specific ``__repr__`` method is not found. This is not needed for Python3.
557557
In pandas 0.25, the string representations of pandas objects are now generally

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ By default, duplicates continue to be allowed.
6464
label
6565
a [0, 1]
6666
67-
Pandas will propagate the ``allows_duplicate_labels`` property through many operations.
67+
pandas will propagate the ``allows_duplicate_labels`` property through many operations.
6868

6969
.. code-block:: ipython
7070

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ This change also applies to :meth:`.DataFrameGroupBy.value_counts`. Here, there
269269
Increased minimum version for Python
270270
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271271

272-
Pandas 3.0.0 supports Python 3.10 and higher.
272+
pandas 3.0.0 supports Python 3.10 and higher.
273273

274274
Increased minimum versions for dependencies
275275
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -305,7 +305,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
305305
``pytz`` now an optional dependency
306306
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
307307

308-
Pandas now uses :py:mod:`zoneinfo` from the standard library as the default timezone implementation when passing a timezone
308+
pandas now uses :py:mod:`zoneinfo` from the standard library as the default timezone implementation when passing a timezone
309309
string to various methods. (:issue:`34916`)
310310

311311
*Old behavior:*

0 commit comments

Comments
 (0)