summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-11-25 20:52:14 -0800
committerSteve Piercy <web@stevepiercy.com>2015-11-25 20:52:14 -0800
commit9a51bff66332e4b2b9fb080ec74512347d722294 (patch)
tree8212ea4f9c6c096490fd9a27841922cf50ea3416 /HACKING.txt
parent84a168ef5fd4bdd487226f43b8c0e16237e82e18 (diff)
parent2d9ed3f7c1fe314bef0f25c58bfa0a98dda83acc (diff)
downloadpyramid-9a51bff66332e4b2b9fb080ec74512347d722294.tar.gz
pyramid-9a51bff66332e4b2b9fb080ec74512347d722294.tar.bz2
pyramid-9a51bff66332e4b2b9fb080ec74512347d722294.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index d0f9a769e..c838fda22 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -217,7 +217,7 @@ changed to reflect the bug fix, ideally in the same commit that fixes the bug
or adds the feature. To build and review docs, use the following steps.
1. In the main Pyramid checkout directory, run ``./builddocs.sh`` (which just
- turns around and runs ``tox -e py2-docs,py3-docs``)::
+ turns around and runs ``tox -e docs``)::
$ ./builddocs.sh