From: Thomas Heller Date: Thu, 25 Sep 2003 06:26:46 +0000 (+0000) Subject: Typo: sys.prefex -> sys.prefix X-Git-Tag: v2.4a1~1518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39cb54b375166439dc6973e5a73bd5a486c5948b;p=python Typo: sys.prefex -> sys.prefix Closes SF# 812152 Baskport candidate for release23-main --- diff --git a/Doc/dist/sysconfig.tex b/Doc/dist/sysconfig.tex index c3e135d9d8..db28e55a13 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}