summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 21:59:01 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 21:59:01 -0800
commit102a2413a73e715cadc86ad3e9f22565cb6d24d8 (patch)
tree242d494bd7b1cae1b2b372e6146201f4a4b3f083 /HACKING.txt
parent99ca9e74cc119328987fc1cd0c377b8380beccdf (diff)
parentb98e70e340f84652b44c888472724a23bae5f007 (diff)
downloadpyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.tar.gz
pyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.tar.bz2
pyramid-102a2413a73e715cadc86ad3e9f22565cb6d24d8.zip
Merge pull request #764 from tshepang/typos
typos
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 87d1422dc..64c8f461a 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -94,7 +94,7 @@ Running Tests
--------------
- To run tests for Pyramid on a single Python version, run ``python setup.py
- test`` against the using the Python interpreter from virtualenv into which
+ test`` against the Python interpreter from virtualenv into which
you've ``setup.py develop``-ed Pyramid.
- To run the full set of Pyramid tests on all platforms, install ``tox``