update code-block typo (#3642)

This commit is contained in:
Alan Swenson 2020-06-05 23:48:37 -05:00 committed by GitHub
parent c347921830
commit c59e019f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.