diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-07-12 21:05:46 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-07-12 21:05:46 -0600 |
| commit | 2d045be54b8671a062b886c613b3f4e3e88ff7c9 (patch) | |
| tree | 924868dd255b90f92f1316f591ed752cbd2c2ef0 /HACKING.txt | |
| parent | cc2195245888f12685b8a368de22c84080015196 (diff) | |
| download | pyramid-2d045be54b8671a062b886c613b3f4e3e88ff7c9.tar.gz pyramid-2d045be54b8671a062b886c613b3f4e3e88ff7c9.tar.bz2 pyramid-2d045be54b8671a062b886c613b3f4e3e88ff7c9.zip | |
Make abstraction consistent.
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index 26e85ee80..5b5dcc458 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -126,7 +126,7 @@ documentation in this package which references that API or behavior must change to reflect the bug fix, ideally in the same commit that fixes the bug or adds the feature. -To build and review docs (where ``$yourvenv`` refers to the virtualenv you're +To build and review docs (where ``$VENV`` refers to the virtualenv you're using to develop Pyramid): 1. Run ``$VENV/bin/python setup.py dev docs``. This will cause Sphinx |
