diff --git a/doc/source/user_guide/basics.rst b/doc/source/user_guide/basics.rst index 33e9f9cabb46d..17ff5d821ed07 100644 --- a/doc/source/user_guide/basics.rst +++ b/doc/source/user_guide/basics.rst @@ -2007,7 +2007,7 @@ documentation sections for more on each type. | | | | | ``'Int64'``, ``'UInt8'``, ``'UInt16'``,| | | | | | ``'UInt32'``, ``'UInt64'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+ -| ``nullable float`` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` | +| :ref:`nullable float ` | :class:`Float64Dtype`, ...| (none) | :class:`arrays.FloatingArray` | ``'Float32'``, ``'Float64'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+ | :ref:`Strings ` | :class:`StringDtype` | :class:`str` | :class:`arrays.StringArray` | ``'string'`` | +-------------------------------------------------+---------------------------+--------------------+-------------------------------+----------------------------------------+