Skip to content

Commit

Permalink
Fixed extensionarray ref [ci skip] (#21077)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
TomAugspurger authored May 16, 2018
1 parent a327920 commit 27581e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ for storing ip addresses.
...:

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

.. code-block:: ipython

Expand Down

0 comments on commit 27581e9

Please sign in to comment.