From b9d9ee1133993a5a68b9a025709b2db7e47c617b Mon Sep 17 00:00:00 2001 From: Mohammad Ahmadi Date: Tue, 14 May 2024 19:53:58 +0330 Subject: [PATCH] DOC: Fix typo in indexing.rst Fix typo in "Returning a view versus a copy" section --- doc/source/user_guide/indexing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/indexing.rst b/doc/source/user_guide/indexing.rst index 7f79d33aabfc5..503f7cc7cbe73 100644 --- a/doc/source/user_guide/indexing.rst +++ b/doc/source/user_guide/indexing.rst @@ -1711,6 +1711,6 @@ Why does assignment fail when using chained indexing? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :ref:`Copy-on-Write ` is the new default with pandas 3.0. -This means than chained indexing will never work. +This means that chained indexing will never work. See :ref:`this section ` for more context.