summaryrefslogtreecommitdiffstats
path: root/Doc/dist
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-09-25 06:26:46 (GMT)
committerThomas Heller <theller@ctypes.org>2003-09-25 06:26:46 (GMT)
commit39cb54b375166439dc6973e5a73bd5a486c5948b (patch)
treed582afae7d278cf53ce6b2e0304ef21264818884 /Doc/dist
parent40d4bc5934d5333fef9c18ca83365556019366f3 (diff)
downloadcpython-39cb54b375166439dc6973e5a73bd5a486c5948b.zip
cpython-39cb54b375166439dc6973e5a73bd5a486c5948b.tar.gz
cpython-39cb54b375166439dc6973e5a73bd5a486c5948b.tar.bz2
Typo: sys.prefex -> sys.prefix
Closes SF# 812152 Baskport candidate for release23-main
Diffstat (limited to 'Doc/dist')
-rw-r--r--Doc/dist/sysconfig.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/dist/sysconfig.tex b/Doc/dist/sysconfig.tex
index c3e135d..db28e55 100644
--- a/Doc/dist/sysconfig.tex
+++ b/Doc/dist/sysconfig.tex
@@ -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}