From: Anthony Baxter Date: Fri, 26 Sep 2003 16:47:16 +0000 (+0000) Subject: backport Typo: sys.prefex -> sys.prefix X-Git-Tag: v2.3.2c1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ef9747d36a8367f9032667fa0c9d9bbd4e295f;p=thirdparty%2FPython%2Fcpython.git backport Typo: sys.prefex -> sys.prefix Closes SF# 812152 --- diff --git a/Doc/dist/sysconfig.tex b/Doc/dist/sysconfig.tex index c3e135d9d893..db28e55a1323 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}