From d1c3bc7c6c3508ddffde557ffca2e33e0729e14c Mon Sep 17 00:00:00 2001 From: Sandeep Murthy Date: Wed, 4 Dec 2024 09:01:16 +0000 Subject: [PATCH] docs: fix RST typo in Getting Started source --- docs/sources/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started.rst b/docs/sources/getting-started.rst index c4092cb..1799cbd 100644 --- a/docs/sources/getting-started.rst +++ b/docs/sources/getting-started.rst @@ -19,4 +19,4 @@ A standard :program:`pip` install (with the :code:`-U` "upgrade" option to get t pip install -U continuedfractions -If you are interested in contributing please start with the :doc:`contributions guide `, otherwise you can start :doc:`here ` or jump to the `API reference `. +If you are interested in contributing please start with the :doc:`contributions guide `, otherwise you can start :doc:`here ` or jump to the :doc:`API reference `.