Skip to content

Commit c59e019

Browse files
authored
update code-block typo (pallets#3642)
1 parent c347921 commit c59e019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ First time setup
7373
$ git clone https://github.com/{username}/flask
7474
$ cd flask
7575
76-
- Add the main repository as a remote to update later::
76+
- Add the main repository as a remote to update later.
7777

7878
.. code-block:: text
7979
80-
git remote add pallets https://github.com/pallets/flask
81-
git fetch pallets
80+
$ git remote add pallets https://github.com/pallets/flask
81+
$ git fetch pallets
8282
8383
- Create a virtualenv.
8484

0 commit comments

Comments
 (0)