Bad tick marks in virtualenv doc

This commit is contained in:
Adam Nelson
2016-03-15 09:47:32 -04:00
parent 8da905eae3
commit 53a249a58e
+1 -1
View File
@@ -12,7 +12,7 @@ For example, you can work on a project which requires Django 1.9 while also
maintaining a project which requires Django 1.8.
If you are using Python 3, make sure you run something like the following (or
have it in your env variables in `~/.bashrc`):
have it in your env variables in ``~/.bashrc``):
.. code-block:: console