Skip to content

Commit 95e4440

Browse files
committed
fix typo and add ref tag in whatsnew
1 parent b36e83c commit 95e4440

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Backwards incompatible API changes
9292
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9393

9494

95+
.. _whatsnew.api_breaking.index_map
96+
9597
Map on Index types now return other Index types
9698
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9799

@@ -133,7 +135,7 @@ Map on Index types now return other Index types
133135
mi.map(lambda x: x[0])
134136

135137

136-
- ``map`` on a Series withe datetime64 values may return int64 dtypes rather than int32
138+
- ``map`` on a Series with datetime64 values may return int64 dtypes rather than int32
137139

138140
.. ipython:: python
139141

0 commit comments

Comments
 (0)