aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-06 12:14:05 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-06 12:14:05 -0700
commit7587ded5cfcb5c66bce412a3c3696e96a016d7d0 (patch)
tree73492fdbced288a6e69bb507bf6175f79b1fb875 /docs
parent4d511da35fbd1c0c77a9e89f6347073cf2f57d25 (diff)
downloadcryptography-7587ded5cfcb5c66bce412a3c3696e96a016d7d0.tar.gz
cryptography-7587ded5cfcb5c66bce412a3c3696e96a016d7d0.tar.bz2
cryptography-7587ded5cfcb5c66bce412a3c3696e96a016d7d0.zip
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 .