Skip to content

Commit

Permalink
Fix RST admonition & add missing inline code formatting (#10747)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile authored Apr 12, 2022
1 parent 3820b0e commit c394bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to your system, which can be run from the command prompt as follows:
``python -m pip`` executes pip using the Python interpreter you
specified as python. So ``/usr/bin/python3.7 -m pip`` means
you are executing pip for your interpreter located at /usr/bin/python3.7.
you are executing pip for your interpreter located at ``/usr/bin/python3.7``.

.. tab:: Windows

Expand Down Expand Up @@ -629,7 +629,7 @@ Moreover, the "user scheme" can be customized by setting the
``PYTHONUSERBASE`` environment variable, which updates the value of
``site.USER_BASE``.

To install "SomePackage" into an environment with site.USER_BASE customized to
To install "SomePackage" into an environment with ``site.USER_BASE`` customized to
'/myappenv', do the following:

.. tab:: Unix/macOS
Expand Down

0 comments on commit c394bf6

Please sign in to comment.