Skip to content

Commit

Permalink
update code-block typo (pallets#3642)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSwenson authored Jun 6, 2020
1 parent c347921 commit c59e019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c59e019

Please sign in to comment.