Fixed single quote to be a backtick

This commit is contained in:
Anne Gentle 2010-10-20 15:24:59 -05:00
parent 060053f62d
commit 50ccd0d375

View File

@ -601,7 +601,7 @@ On Ubuntu:
#. `python setup.py build_sphinx` builds the documentation.
On MacOS:
#. 'sudo easy_install -U sphinx' installs Sphinx.
#. `sudo easy_install -U sphinx` installs Sphinx.
#. `python setup.py build_sphinx` builds the documentation.
----------------