mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Typo: sys.prefex -> sys.prefix
Closes SF# 812152 Baskport candidate for release23-main
This commit is contained in:
parent
40d4bc5934
commit
39cb54b375
1 changed files with 2 additions and 2 deletions
4
Doc/dist/sysconfig.tex
vendored
4
Doc/dist/sysconfig.tex
vendored
|
|
@ -24,11 +24,11 @@ manipulations for other parts of the \module{distutils} package.
|
|||
|
||||
|
||||
\begin{datadesc}{PREFIX}
|
||||
The result of \code{os.path.normpath(sys.prefex)}.
|
||||
The result of \code{os.path.normpath(sys.prefix)}.
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{EXEC_PREFIX}
|
||||
The result of \code{os.path.normpath(sys.exec_prefex)}.
|
||||
The result of \code{os.path.normpath(sys.exec_prefix)}.
|
||||
\end{datadesc}
|
||||
|
||||
\begin{funcdesc}{get_config_var}{name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue