]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a couple of minor markup glitches.
authorFred Drake <fdrake@acm.org>
Sat, 14 Sep 2002 02:03:25 +0000 (02:03 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Sep 2002 02:03:25 +0000 (02:03 +0000)
Doc/whatsnew/whatsnew23.tex

index 2e0f9be095fcba0c48af0fdbb1c67da6f007c969..e08dd67a7ad6f5b7fdde0b611da401dbc1d95c9c 100644 (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},