Skip to content

Commit 27581e9

Browse files
Fixed extensionarray ref [ci skip] (#21077)
[ci skip]
1 parent a327920 commit 27581e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ for storing ip addresses.
202202
...:
203203

204204
``IPArray`` isn't a normal 1-D NumPy array, but because it's a pandas
205-
:ref:`~pandas.api.extension.ExtensionArray`, it can be stored properly inside pandas' containers.
205+
:class:`~pandas.api.extension.ExtensionArray`, it can be stored properly inside pandas' containers.
206206

207207
.. code-block:: ipython
208208

0 commit comments

Comments
 (0)