diff options
| author | Michael Merickel <michael@merickel.org> | 2013-07-12 21:13:04 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-07-12 21:13:04 -0700 |
| commit | 7f3bf2fc61c49cf6c1d255c6629fc3cd61f84653 (patch) | |
| tree | 4b94373ada92e2677b938120a3b2b75fd75fc5fd | |
| parent | f47bccfb279ff102d1be2b4b37c201a4cde8f365 (diff) | |
| parent | 2d045be54b8671a062b886c613b3f4e3e88ff7c9 (diff) | |
| download | pyramid-7f3bf2fc61c49cf6c1d255c6629fc3cd61f84653.tar.gz pyramid-7f3bf2fc61c49cf6c1d255c6629fc3cd61f84653.tar.bz2 pyramid-7f3bf2fc61c49cf6c1d255c6629fc3cd61f84653.zip | |
Merge pull request #1044 from stevepiercy/master
Make abstraction variables consistent.
| -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 |
