diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-16 14:12:36 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-16 14:12:36 -0700 |
| commit | 88eebf18615d7b301bc443b6da031768bba9a831 (patch) | |
| tree | 6e2c1bef0cc8ba37b471536a82c1943195223538 /docs/conventions.rst | |
| parent | 1ceb14546a6f82b886f45c256379a2ef3897c6a5 (diff) | |
| download | pyramid-88eebf18615d7b301bc443b6da031768bba9a831.tar.gz pyramid-88eebf18615d7b301bc443b6da031768bba9a831.tar.bz2 pyramid-88eebf18615d7b301bc443b6da031768bba9a831.zip | |
missed yer nose!
Diffstat (limited to 'docs/conventions.rst')
| -rw-r--r-- | docs/conventions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conventions.rst b/docs/conventions.rst index 5164b5479..4469d0c73 100644 --- a/docs/conventions.rst +++ b/docs/conventions.rst @@ -73,7 +73,7 @@ example block commands are prefixed only with a ``>`` character, e.g.: .. code-block:: doscon - > %VENV%\Scripts\nosetests + > %VENV%\Scripts\py.test tutorial\tests.py -q When a command that should be typed on one line is too long to fit on a page, the backslash ``\`` is used to indicate that the following printed line should |
