File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ \section{Built-in Exceptions}
137137\begin {excdesc }{FloatingPointError}
138138 Raised when a floating point operation fails. This exception is
139139 always defined, but can only be raised when Python is configured
140- with the \programopt {-} \programopt {- with-fpectl} option, or the
140+ with the \longprogramopt { with-fpectl} option, or the
141141 \constant {WANT_SIGFPE_HANDLER} symbol is defined in the
142142 \file {config.h} file.
143143\end {excdesc }
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ \section{\module{sys} ---
8989A string giving the site-specific directory prefix where the
9090platform-dependent Python files are installed; by default, this is
9191also \code {'/usr/local'}. This can be set at build time with the
92- \programopt {-} \programopt {- exec-prefix} argument to the
92+ \longprogramopt { exec-prefix} argument to the
9393\program {configure} script. Specifically, all configuration files
9494(e.g. the \file {config.h} header file) are installed in the directory
9595\code {exec_prefix + '/lib/python\var{version}/config' }, and shared
@@ -199,7 +199,7 @@ \section{\module{sys} ---
199199A string giving the site-specific directory prefix where the platform
200200independent Python files are installed; by default, this is the string
201201\code {'/usr/local'}. This can be set at build time with the
202- \programopt {-} \programopt {- prefix} argument to the
202+ \longprogramopt { prefix} argument to the
203203\program {configure} script. The main collection of Python library
204204modules is installed in the directory \code {prefix +
205205'/lib/python\var{version}' } while the platform independent header
You can’t perform that action at this time.
0 commit comments