diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index 06508e9af9660..6fc53fe09d791 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -233,7 +233,7 @@ For getting fast access to a scalar (equivalent to the prior method): Selection by position ~~~~~~~~~~~~~~~~~~~~~ -See more in :ref:`Selection by Position ` using :meth:`DataFrame.iloc` or :meth:`DataFrame.at`. +See more in :ref:`Selection by Position ` using :meth:`DataFrame.iloc` or :meth:`DataFrame.iat`. Select via the position of the passed integers: