Skip to content

Commit 44e4c96

Browse files
committed
DOC: small whatsnew corrections
1 parent b431f85 commit 44e4c96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/whatsnew/v0.18.0.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ the ``dtype`` information is respected.
221221
.. code-block:: python
222222

223223
In [1]: pd.Series([pd.NaT], dtype='<M8[ns]') + pd.Series([pd.NaT], dtype='<M8[ns]')
224-
TypeError: can only operate on a datetimes for subtraction, but the operator [__add__] was passed
224+
TypeError: can only operate on a datetimes for subtraction,
225+
but the operator [__add__] was passed
225226

226227
.. ipython:: python
227228

@@ -479,15 +480,15 @@ Bug Fixes
479480

480481
- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
481482

482-
- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta``s that caused an infinite recursion (:issue:`11835`)
483+
- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
483484

484485
- Bug in ``df.replace`` while replacing value in mixed dtype ``Dataframe`` (:issue:`11698`)
485486

486487
- Bug in ``Index`` prevents copying name of passed ``Index``, when a new name is not provided (:issue:`11193`)
487488

488489
- Bug in ``read_excel`` failing to read any non-empty sheets when empty sheets exist and ``sheetname=None`` (:issue:`11711`)
489490

490-
- Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords `parse_dates` and `date_parser` are provided (:issue:`11544`)
491+
- Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords ``parse_dates`` and ``date_parser`` are provided (:issue:`11544`)
491492

492493
- Bug in ``read_sql`` with pymysql connections failing to return chunked data (:issue:`11522`)
493494

0 commit comments

Comments
 (0)