From ee96e23f04141cf580495e1367b1328233f69698 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 8 Sep 2021 16:19:18 +0200 Subject: [PATCH] Minor RST syntax issue in the name of a reference --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 0a56a81faf7..b4e351cd32a 100644 --- a/testing.rst +++ b/testing.rst @@ -422,7 +422,7 @@ have a very specific workflow: #. :ref:`Make a request `; #. :ref:`Interact with the page ` (e.g. click on a link or submit a form); -#. :Ref:`Test the response `; +#. :ref:`Test the response `; #. Rinse and repeat. .. note::