]> granicus.if.org Git - python/commitdiff
Typo: sys.prefex -> sys.prefix
authorThomas Heller <theller@ctypes.org>
Thu, 25 Sep 2003 06:26:46 +0000 (06:26 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 25 Sep 2003 06:26:46 +0000 (06:26 +0000)
Closes SF# 812152

Baskport candidate for release23-main

Doc/dist/sysconfig.tex

index c3e135d9d89320bbf0294fec4e5cbf853174c0fd..db28e55a1323bfcb56023fa909994fea713f6885 100644 (file)
@@ -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}