diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-24 16:02:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-24 16:02:16 -0400 |
| commit | d79c0338e6b87ffa657f91065ce73c752f60a0b8 (patch) | |
| tree | 458ac51936a8c58459a1fcb3cf9f23c697465e92 /HACKING.txt | |
| parent | f47bccfb279ff102d1be2b4b37c201a4cde8f365 (diff) | |
| parent | 716464c1706e7f68977bd5467023b6380d05e545 (diff) | |
| download | pyramid-d79c0338e6b87ffa657f91065ce73c752f60a0b8.tar.gz pyramid-d79c0338e6b87ffa657f91065ce73c752f60a0b8.tar.bz2 pyramid-d79c0338e6b87ffa657f91065ce73c752f60a0b8.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 |
