Skip to content

Commit 9e1799a

Browse files
committed
Whatsnew linting
1 parent 47597c9 commit 9e1799a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Other enhancements
160160
- Added new option ``plotting.backend`` to be able to select a plotting backend different than the existing ``matplotlib`` one. Use ``pandas.set_option('plotting.backend', '<backend-module>')`` where ``<backend-module`` is a library implementing the pandas plotting API (:issue:`14130`)
161161
- :class:`pandas.offsets.BusinessHour` supports multiple opening hours intervals (:issue:`15481`)
162162
- :func:`read_excel` can now use ``openpyxl`` to read Excel files via the ``engine='openpyxl'`` argument. This will become the default in a future release (:issue:`11499`)
163-
- :func:`pandas.io.excel.read_excel` supports reading OpenDocument tables. Specify engine='odf' to enable. (:issue:`9070`)
163+
- :func:`pandas.io.excel.read_excel` supports reading OpenDocument tables. Specify engine='odf' to enable. (:issue:`9070`)
164164

165165
.. _whatsnew_0250.api_breaking:
166166

0 commit comments

Comments
 (0)