diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:14:00 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:14:00 -0700 |
| commit | b15a06346148f6095adf17893490175abc95a494 (patch) | |
| tree | 25b18686e6103d42a0f9bcdefe0c68e2c9e224f8 /docs/quick_tutorial/functional_testing.rst | |
| parent | beeb8ee80c1d0823f965e5826ce3633972904dab (diff) | |
| download | pyramid-b15a06346148f6095adf17893490175abc95a494.tar.gz pyramid-b15a06346148f6095adf17893490175abc95a494.tar.bz2 pyramid-b15a06346148f6095adf17893490175abc95a494.zip | |
Rearrange introduction of Setuptools and move to debugtoolbar.
Replace [testing] with [dev].
Make narrative text more descriptive of what is going on with `extras_require`
Diffstat (limited to 'docs/quick_tutorial/functional_testing.rst')
| -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 a4676d7a5..054d03761 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -45,7 +45,7 @@ Steps :emphasize-lines: 16 #. Install our project and its newly added dependency. - Note that we use the extra specifier ``[dev]`` to install testing requirements and surround it with double quote marks. + Note that we use the extra specifier ``[dev]`` to install testing requirements for development and surround it and the period with double quote marks. .. code-block:: bash |
