From 39cb54b375166439dc6973e5a73bd5a486c5948b Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 25 Sep 2003 06:26:46 +0000 Subject: [PATCH] Typo: sys.prefex -> sys.prefix Closes SF# 812152 Baskport candidate for release23-main --- Doc/dist/sysconfig.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.50.1