mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Some cleanup in the docs.
This commit is contained in:
parent
28c7bcf38e
commit
b19be571e0
126 changed files with 804 additions and 1181 deletions
|
|
@ -158,8 +158,7 @@ installation directory. So, if you had installed Python to
|
|||
:file:`C:\\Python\\Lib\\` and third-party modules should be stored in
|
||||
:file:`C:\\Python\\Lib\\site-packages\\`.
|
||||
|
||||
.. % `` this fixes syntax highlighting errors in some editors
|
||||
due to the \\ hackery
|
||||
.. `` this fixes syntax highlighting errors in some editors due to the \\ hackery
|
||||
|
||||
You can add folders to your search path to make Python's import mechanism search
|
||||
in these directories as well. Use :envvar:`PYTHONPATH`, as described in
|
||||
|
|
@ -167,7 +166,7 @@ in these directories as well. Use :envvar:`PYTHONPATH`, as described in
|
|||
separated by semicolons, though, to distinguish them from drive identifiers
|
||||
(:file:`C:\\` etc.).
|
||||
|
||||
.. % ``
|
||||
.. ``
|
||||
|
||||
Modifying the module search path can also be done through the Windows registry:
|
||||
Edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue