Skip to content

Commit 2d517ce

Browse files
DOC: fix indentation in v0.14.1.txt
1 parent 0e9f783 commit 2d517ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/v0.14.1.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ users upgrade to this version.
99

1010
- Highlights include:
1111

12-
- New methods :meth:`~pandas.DataFrame.select_dtypes` to select columns
13-
based on the dtype and :meth:`~pandas.Series.sem` to calculate the
14-
standard error of the mean.
15-
- Support for dateutil timezones (see :ref:`docs <timeseries.timezone>`).
16-
- Support for ignoring full line comments in the :func:`~pandas.read_csv`
17-
text parser.
18-
- New documentation section on :ref:`Options and Settings <options>`.
19-
- Lots of bug fixes.
12+
- New methods :meth:`~pandas.DataFrame.select_dtypes` to select columns
13+
based on the dtype and :meth:`~pandas.Series.sem` to calculate the
14+
standard error of the mean.
15+
- Support for dateutil timezones (see :ref:`docs <timeseries.timezone>`).
16+
- Support for ignoring full line comments in the :func:`~pandas.read_csv`
17+
text parser.
18+
- New documentation section on :ref:`Options and Settings <options>`.
19+
- Lots of bug fixes.
2020

2121
- :ref:`Enhancements <whatsnew_0141.enhancements>`
2222
- :ref:`API Changes <whatsnew_0141.api>`

0 commit comments

Comments
 (0)