improvements

This commit is contained in:
Kenneth Reitz
2016-12-07 11:34:28 -08:00
parent 63841bdc50
commit 96ddd776e0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ This creates a copy of Python in whichever directory you ran the command in,
placing it in a folder named :file:`venv`.
You can also use the Python interpreter of your choice (like
:file:`/usr/bin/python2.7`).
``python2.7``).
.. code-block:: console