Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24aca83

Browse files
committed
Fixed typo and font-control problem reported by Detlef Lannert
<[email protected]>.
1 parent 29cf682 commit 24aca83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libsite.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ \section{\module{site} ---
1212
\samp{import site} somewhere near the top of their code. This is no
1313
longer necessary.
1414

15-
This will append site-specific paths to to the module search path.
15+
This will append site-specific paths to the module search path.
1616
\indexiii{module}{search}{path}
1717

1818
It starts by constructing up to four directories from a head and a
1919
tail part. For the head part, it uses \code{sys.prefix} and
2020
\code{sys.exec_prefix}; empty heads are skipped. For
2121
the tail part, it uses the empty string (on Macintosh or Windows) or
22-
it uses first \file{lib/python\var{version}/site-packages} and then
22+
it uses first \file{lib/python{\var{version}}/site-packages} and then
2323
\file{lib/site-python} (on \UNIX{}). For each of the distinct
2424
head-tail combinations, it sees if it refers to an existing directory,
2525
and if so, adds to \code{sys.path}, and also inspected for path

0 commit comments

Comments
 (0)