aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-10-06 12:24:53 -0700
committerDonald Stufft <donald@stufft.io>2013-10-06 12:24:53 -0700
commitdce12097427c721063af41ae93a24a4a10883729 (patch)
tree73492fdbced288a6e69bb507bf6175f79b1fb875 /docs
parent4d511da35fbd1c0c77a9e89f6347073cf2f57d25 (diff)
parent7587ded5cfcb5c66bce412a3c3696e96a016d7d0 (diff)
downloadcryptography-dce12097427c721063af41ae93a24a4a10883729.tar.gz
cryptography-dce12097427c721063af41ae93a24a4a10883729.tar.bz2
cryptography-dce12097427c721063af41ae93a24a4a10883729.zip
Merge pull request #94 from alex/fix-comment
This is a comment, not a command run in a root shell
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 1f4c1ca9..2d8fceeb 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -83,7 +83,7 @@ dependencies, install ``cryptography`` in ``editable`` mode. For example:
.. code-block:: console
- # Create a virtualenv and activate it
+ $ # Create a virtualenv and activate it
$ pip install --requirement dev-requirements.txt
$ pip install --editable .