Skip to content

Commit 1fcfdce

Browse files
committed
Move issue to line 59 in whats new docs
1 parent 7edb497 commit 1fcfdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Dedicated string data type
5656
^^^^^^^^^^^^^^^^^^^^^^^^^^
5757

5858
We've added :class:`StringDtype`, an extension type dedicated to string data.
59-
Previously, strings were typically stored in object-dtype NumPy arrays.
59+
Previously, strings were typically stored in object-dtype NumPy arrays. (:issue:`29975`)
6060

6161
.. warning::
6262

@@ -86,7 +86,7 @@ You can use the alias ``"string"`` as well.
8686
s
8787
8888
The usual string accessor methods work. Where appropriate, the return type
89-
of the Series or columns of a DataFrame will also have string dtype. (:issue:`29975`)
89+
of the Series or columns of a DataFrame will also have string dtype.
9090

9191
.. ipython:: python
9292

0 commit comments

Comments
 (0)