diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:11:51 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:11:51 -0700 |
| commit | beeb8ee80c1d0823f965e5826ce3633972904dab (patch) | |
| tree | 78043ca09f4e03a36a8b6f26d7f35b7239bf315d /docs/quick_tutorial/databases.rst | |
| parent | 23fbcac9c35c5f74a1258a72100518fcff3b03e3 (diff) | |
| download | pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.tar.gz pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.tar.bz2 pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.zip | |
Align emphasize-lines with setup.py code
Diffstat (limited to 'docs/quick_tutorial/databases.rst')
| -rw-r--r-- | docs/quick_tutorial/databases.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 1d499cc9d..db75d70ce 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -51,7 +51,7 @@ Steps .. literalinclude:: databases/setup.py :linenos: - :emphasize-lines: 10-11, 13, 34-36 + :emphasize-lines: 9-10, 12, 34-36 .. note:: We aren't yet doing ``$VENV/bin/pip install -e .`` because we need to write a script and update configuration first. |
