From: Fred Drake Date: Sat, 14 Sep 2002 02:03:25 +0000 (+0000) Subject: Fix a couple of minor markup glitches. X-Git-Tag: v2.3c1~4089 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=583db0d92b2809e72ada339b0e56aa2460b2e2e1;p=thirdparty%2FPython%2Fcpython.git Fix a couple of minor markup glitches. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2e0f9be095fc..e08dd67a7ad6 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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},