From 2c21421b2e84e9aa1ffbb578ab7a74a156d4ddd8 Mon Sep 17 00:00:00 2001 From: William Andrea <22385371+wjandrea@users.noreply.github.com> Date: Thu, 22 May 2025 13:45:19 -0300 Subject: [PATCH] Fix formatting in indexing.rst Don't use code formatting for non-code. To mention a term, use italics. --- 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 6c7aa15bfb75d..2d220414cc447 100644 --- a/doc/source/user_guide/indexing.rst +++ b/doc/source/user_guide/indexing.rst @@ -32,7 +32,7 @@ this area. .. warning:: Whether a copy or a reference is returned for a setting operation, may - depend on the context. This is sometimes called ``chained assignment`` and + depend on the context. This is sometimes called *chained assignment* and should be avoided. See :ref:`Returning a View versus Copy `.