summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-10-11 22:55:07 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-10-11 22:55:07 +0200
commitd53fd254ccb82b17b590fb236ce9671c8a80c567 (patch)
treef31f6326411277f4dd4f2cc2b96b9c717225ea91
parent41ce5c5ce42288d7a4ad26e405c4681530379e35 (diff)
downloadpyramid-d53fd254ccb82b17b590fb236ce9671c8a80c567.tar.gz
pyramid-d53fd254ccb82b17b590fb236ce9671c8a80c567.tar.bz2
pyramid-d53fd254ccb82b17b590fb236ce9671c8a80c567.zip
docs: capitalise
-rw-r--r--HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index eab3889ca..683ac61f5 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -81,7 +81,7 @@ way to get going.
(alternately, create a writeable fork on GitHub and check that out).
-Since pyramid is a framework and not an application, it can be
+Since Pyramid is a framework and not an application, it can be
convenient to work against a sample application, preferably in its own
virtualenv. A quick way to achieve this is to (ab-)use ``tox``
(http://tox.readthedocs.org/en/latest/) with a custom configuration
@@ -89,7 +89,7 @@ file that's part of the checkout::
tox -c hacking-tox.ini
-This will create a python-2.7 based virtualenv named ``env27`` (pyramid's
+This will create a python-2.7 based virtualenv named ``env27`` (Pyramid's
``.gitconfig` ignores all top-level folders that start with ``env`` specifically
for this use case) and inside that a simple pyramid application named
``hacking`` that you can then fire up like so::