From c59e019f5c5ed032c5360599bbd56e3fd9421adc Mon Sep 17 00:00:00 2001 From: Alan Swenson Date: Fri, 5 Jun 2020 23:48:37 -0500 Subject: [PATCH] update code-block typo (#3642) --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4c6b18a709..c7e907e173 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -73,12 +73,12 @@ First time setup $ git clone https://github.com/{username}/flask $ cd flask -- Add the main repository as a remote to update later:: +- Add the main repository as a remote to update later. .. code-block:: text - git remote add pallets https://github.com/pallets/flask - git fetch pallets + $ git remote add pallets https://github.com/pallets/flask + $ git fetch pallets - Create a virtualenv.