Fix a couple of minor markup glitches.

This commit is contained in:
Fred Drake 2002-09-14 02:03:25 +00:00
parent a2627afe37
commit 583db0d92b
1 changed files with 2 additions and 2 deletions

View File

@ -969,8 +969,8 @@ patch had undergone a lengthy review. After it was checked in, Guido
van~Rossum rewrote parts of it. This is a good example of the free
software development process in action.
\item The value of the C \cfunction{PYTHON_API_VERSION} macro is now exposed
at the Python level as \constant{sys.api_version}.
\item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
at the Python level as \code{sys.api_version}.
\item The new \module{textwrap} module contains functions for wrapping
strings containing paragraphs of text. The \function{wrap(\var{text},