Skip to content

Commit 18f7b1c

Browse files
committed
DOC: whatsnew typos
1 parent 8a98f5e commit 18f7b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.21.0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Other Enhancements
3737
- :func:`to_pickle` has gained a ``protocol`` parameter (:issue:`16252`). By default, this parameter is set to `HIGHEST_PROTOCOL <https://docs.python.org/3/library/pickle.html#data-stream-format>`__
3838
- :func:`api.types.infer_dtype` now infers decimals. (:issue:`15690`)
3939
- :func:`read_feather` has gained the ``nthreads`` parameter for multi-threaded operations (:issue:`16359`)
40-
- :func:`DataFrame.clip()` and :func: `Series.clip()` have gained an inplace argument. (:issue:`15388`)
40+
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an ``inplace`` argument. (:issue:`15388`)
4141
- :func:`crosstab` has gained a ``margins_name`` parameter to define the name of the row / column that will contain the totals when ``margins=True``. (:issue:`15972`)
4242

4343
.. _whatsnew_0210.api_breaking:
@@ -66,15 +66,15 @@ Other API Changes
6666

6767
Deprecations
6868
~~~~~~~~~~~~
69-
- :func:`read_excel()` has deprecated ``sheetname`` in favor of ``sheet_name`` for consistency with to_excel() (:issue:`10559`).
69+
- :func:`read_excel()` has deprecated ``sheetname`` in favor of ``sheet_name`` for consistency with ``.to_excel()`` (:issue:`10559`).
7070

7171

7272
.. _whatsnew_0210.prior_deprecations:
7373

7474
Removal of prior version deprecations/changes
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

77-
- ``pd.read_excel()`` has dropped the ``has_index_names`` parameter (:issue:`10967`)
77+
- :func:`read_excel()` has dropped the ``has_index_names`` parameter (:issue:`10967`)
7878
- ``Categorical`` has dropped the ``.order()`` and ``.sort()`` methods in favor of ``.sort_values()`` (:issue:`12882`)
7979

8080

0 commit comments

Comments
 (0)