From 27771a7e010b9468acaba5780e201ea0cbcd688b Mon Sep 17 00:00:00 2001 From: Vladimir Fokow <57260995+VladimirFokow@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:09:46 +0200 Subject: [PATCH] typo fix --- doc/source/user_guide/integer_na.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/integer_na.rst b/doc/source/user_guide/integer_na.rst index 2ce8bf23de824..fe732daccb649 100644 --- a/doc/source/user_guide/integer_na.rst +++ b/doc/source/user_guide/integer_na.rst @@ -29,7 +29,7 @@ Construction ------------ pandas can represent integer data with possibly missing values using -:class:`arrays.IntegerArray`. This is an :ref:`extension types ` +:class:`arrays.IntegerArray`. This is an :ref:`extension type ` implemented within pandas. .. ipython:: python