diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-08 02:23:14 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-08 02:23:14 -0700 |
| commit | 7535806c3cfffee96fec6a4966dd17b6ece92d18 (patch) | |
| tree | ccb5feae0d0d8ad14d72c9beb79ecbb679911cbb /docs/quick_tutorial | |
| parent | 0a799313f142d9ec886494331acd8c624950c61f (diff) | |
| download | pyramid-7535806c3cfffee96fec6a4966dd17b6ece92d18.tar.gz pyramid-7535806c3cfffee96fec6a4966dd17b6ece92d18.tar.bz2 pyramid-7535806c3cfffee96fec6a4966dd17b6ece92d18.zip | |
Align emphasize-lines to setup.py
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/functional_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index 236152003..b09c68b36 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -42,7 +42,7 @@ Steps .. literalinclude:: functional_testing/setup.py :language: python :linenos: - :emphasize-lines: 14 + :emphasize-lines: 16 #. Install our project and its newly added dependency. Note that we use the extra specifier ``[testing]`` to install testing requirements and surround it with double quote marks. |
