From b8ef9747d36a8367f9032667fa0c9d9bbd4e295f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Fri, 26 Sep 2003 16:47:16 +0000 Subject: [PATCH] backport Typo: sys.prefex -> sys.prefix Closes SF# 812152 --- 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 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} -- 2.47.3