Skip to content

Commit cc9ac39

Browse files
committed
Fix reference to infer_dtype func
1 parent 024feac commit cc9ac39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Other Enhancements
3434
- ``Series.to_dict()`` and ``DataFrame.to_dict()`` now support an ``into`` keyword which allows you to specify the ``collections.Mapping`` subclass that you would like returned. The default is ``dict``, which is backwards compatible. (:issue:`16122`)
3535
- ``RangeIndex.append`` now returns a ``RangeIndex`` object when possible (:issue:`16212`)
3636
- :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>`__
37-
- ``lib.infer_dtype`` now infers decimals. (:issue: `15690`)
37+
- :func:`api.types.infer_dtype` now infers decimals. (:issue: `15690`)
3838

3939
.. _whatsnew_0210.api_breaking:
4040

0 commit comments

Comments
 (0)