]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport Typo: sys.prefex -> sys.prefix
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 26 Sep 2003 16:47:16 +0000 (16:47 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 26 Sep 2003 16:47:16 +0000 (16:47 +0000)
Closes SF# 812152

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}