From dfa29f9d4a8c1690dd76670b80ec10bd120fd9e7 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:56:48 +0100 Subject: [PATCH] Add a missing word --- doc/usage/referencing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/referencing.rst b/doc/usage/referencing.rst index a3fccdc7c..6c18cf80e 100644 --- a/doc/usage/referencing.rst +++ b/doc/usage/referencing.rst @@ -41,7 +41,7 @@ The behavior can be modified in the following ways: * **Modified domain reference:** When :ref:`referencing domain objects `, - a tilde ``~`` prefix shortens the link text the last component of the target. + a tilde ``~`` prefix shortens the link text to the last component of the target. For example, ``:py:meth:`~queue.Queue.get``` will refer to ``queue.Queue.get`` but only display ``get`` as the link text.