From 53a249a58ec90c04e92247c1fc22a2b69135062b Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Tue, 15 Mar 2016 09:47:32 -0400 Subject: [PATCH] Bad tick marks in virtualenv doc --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 90c7f19..37841e2 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -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