Skip to content

Commit c394bf6

Browse files
Fix RST admonition & add missing inline code formatting (#10747)
1 parent 3820b0e commit c394bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/user_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to your system, which can be run from the command prompt as follows:
1717
1818
``python -m pip`` executes pip using the Python interpreter you
1919
specified as python. So ``/usr/bin/python3.7 -m pip`` means
20-
you are executing pip for your interpreter located at /usr/bin/python3.7.
20+
you are executing pip for your interpreter located at ``/usr/bin/python3.7``.
2121

2222
.. tab:: Windows
2323

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

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

635635
.. tab:: Unix/macOS

0 commit comments

Comments
 (0)