~netlandish/django-wiki

801bb3cd0e88b9d4cb81c3b7144d52855376cc9a — Benjamin Bach 6 years ago 67a30cc
Add some quotes around syntax
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/development/index.rst
M docs/development/index.rst => docs/development/index.rst +1 -1
@@ 70,7 70,7 @@ Ready to contribute? Here's how to set up `django-wiki` for local development.

    $ mkvirtualenv django-wiki
    $ cd django-wiki/
    $ pip install -e .[devel]
    $ pip install -e '.[devel]'

4. Create a branch for local development::