Skip to content
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
fjdiod committed Jul 26, 2018
commit 68425829a100d4fb4e31baa3e079f14dab032be5
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Other Enhancements
- :class:`IntervalIndex` has gained the :meth:`~IntervalIndex.set_closed` method to change the existing ``closed`` value (:issue:`21670`)
- :func:`~DataFrame.to_csv` and :func:`~DataFrame.to_json` now support ``compression='infer'`` to infer compression based on filename (:issue:`15008`)
- :func:`to_timedelta` now supports iso-formated timedelta strings (:issue:`21877`)
- :func:`read_json` now parse timedelta with `orient='table'` (:issue:`21140`)
- :func:`read_json` now parses timedelta with `orient='table'` (:issue:`21140`)
-

.. _whatsnew_0240.api_breaking:
Expand Down