From 927acc86adf06b6610f9499811d5b0d7bebc0d4b Mon Sep 17 00:00:00 2001 From: Bart Broere Date: Thu, 30 Nov 2023 08:34:59 +0100 Subject: [PATCH] Small cosmetic fix to the docs (#640) --- docs/sphinx/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/development/contributing.rst b/docs/sphinx/development/contributing.rst index 540f62c..634b864 100644 --- a/docs/sphinx/development/contributing.rst +++ b/docs/sphinx/development/contributing.rst @@ -167,7 +167,7 @@ Configuring PyCharm And Running Tests - Install development requirements. Open terminal in virtual environment and run .. code-block:: bash - `pip install -r requirements-dev.txt` + pip install -r requirements-dev.txt - Setup Elasticsearch instance with docker .. code-block:: bash