diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-09 15:51:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 15:51:16 -0800 |
| commit | b9efb4cff0113a992078f9c595787ab0e17171b8 (patch) | |
| tree | 4c0d2eac0fd60f00e233983e4348a55031808672 /docs/quick_tutorial | |
| parent | 5fe2e877fac4c3c4aa3a4df8b371d010555df2fe (diff) | |
| parent | e6526f599bf4c98f9d7524f05203ee839b1b6c0a (diff) | |
| download | pyramid-b9efb4cff0113a992078f9c595787ab0e17171b8.tar.gz pyramid-b9efb4cff0113a992078f9c595787ab0e17171b8.tar.bz2 pyramid-b9efb4cff0113a992078f9c595787ab0e17171b8.zip | |
Merge pull request #3542 from behzod/behzod-patch-1
Fixed typo. Remove extra $.
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/json.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/json.rst b/docs/quick_tutorial/json.rst index 44d1de8cb..19d346199 100644 --- a/docs/quick_tutorial/json.rst +++ b/docs/quick_tutorial/json.rst @@ -63,7 +63,7 @@ Steps .. code-block:: bash - $ $VENV/bin/pserve development.ini --reload + $VENV/bin/pserve development.ini --reload #. Open http://localhost:6543/howdy.json in your browser and you will see the resulting JSON response. |
