Skip to content

Commit 4a74463

Browse files
authored
Updated headers for files in doc/source/whatsnew (#33376)
1 parent 542ef40 commit 4a74463

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/source/whatsnew/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ header }}
44

55
*************
6-
Release Notes
6+
Release notes
77
*************
88

99
This is the list of changes to pandas between each release. For full details,

doc/source/whatsnew/v0.14.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Some other enhancements to the sql functions include:
473473

474474
.. _whatsnew_0140.slicers:
475475

476-
MultiIndexing using slicers
476+
Multiindexing using slicers
477477
~~~~~~~~~~~~~~~~~~~~~~~~~~~
478478

479479
In 0.14.0 we added a new way to slice MultiIndexed objects.
@@ -904,7 +904,7 @@ There are no experimental changes in 0.14.0
904904

905905
.. _whatsnew_0140.bug_fixes:
906906

907-
Bug Fixes
907+
Bug fixes
908908
~~~~~~~~~
909909

910910
- Bug in Series ValueError when index doesn't match data (:issue:`6532`)

doc/source/whatsnew/v0.15.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Rolling/expanding moments improvements
600600

601601
.. _whatsnew_0150.sql:
602602

603-
Improvements in the sql io module
603+
Improvements in the SQL io module
604604
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
605605

606606
- Added support for a ``chunksize`` parameter to ``to_sql`` function. This allows DataFrame to be written in chunks and avoid packet-size overflow errors (:issue:`8062`).

doc/source/whatsnew/v0.18.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ Performance improvements
11971197

11981198
.. _whatsnew_0180.bug_fixes:
11991199

1200-
Bug Fixes
1200+
Bug fixes
12011201
~~~~~~~~~
12021202

12031203
- Bug in ``GroupBy.size`` when data-frame is empty. (:issue:`11699`)

doc/source/whatsnew/v0.18.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ New behavior:
380380
381381
.. _whatsnew_0181.numpy_compatibility:
382382

383-
numpy function compatibility
383+
NumPy function compatibility
384384
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
385385

386386
Compatibility between pandas array-like methods (e.g. ``sum`` and ``take``) and their ``numpy``

0 commit comments

Comments
 (0)