Markup fix.
This commit is contained in:
parent
6b5e1aa167
commit
85fd7ac93d
|
@ -1802,9 +1802,9 @@ example:
|
||||||
setup.py
|
setup.py
|
||||||
foo.py
|
foo.py
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
(In all diagrams in this section, \verb|<root>| will refer to the
|
(In all diagrams in this section, \var{\textless root\textgreater}
|
||||||
distribution root directory.) A minimal setup script to describe this
|
will refer to the distribution root directory.) A minimal setup script
|
||||||
situation would be:
|
to describe this situation would be:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
setup(name='foo',
|
setup(name='foo',
|
||||||
|
@ -3179,7 +3179,7 @@ for any variables not found in either \var{local_vars} or \code{os.environ}.
|
||||||
|
|
||||||
Note that this is not a fully-fledged string interpolation function. A
|
Note that this is not a fully-fledged string interpolation function. A
|
||||||
valid \code{\$variable} can consist only of upper and lower case letters,
|
valid \code{\$variable} can consist only of upper and lower case letters,
|
||||||
numbers and an underscore. No \{ \} or \( \) style quoting is available.
|
numbers and an underscore. No \{ \} or ( ) style quoting is available.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{grok_environment_error}{exc\optional{, prefix=\samp{'error: '}}}
|
\begin{funcdesc}{grok_environment_error}{exc\optional{, prefix=\samp{'error: '}}}
|
||||||
|
|
Loading…
Reference in New Issue