diff options
author | Fred Drake <fdrake@acm.org> | 2002-09-14 02:03:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-09-14 02:03:25 (GMT) |
commit | 583db0d92b2809e72ada339b0e56aa2460b2e2e1 (patch) | |
tree | dc2d5d87b61d8d20fb7ea6e36e1439303caea777 | |
parent | a2627afe370dc6607be45d5b4cf7f73077507441 (diff) | |
download | cpython-583db0d92b2809e72ada339b0e56aa2460b2e2e1.zip cpython-583db0d92b2809e72ada339b0e56aa2460b2e2e1.tar.gz cpython-583db0d92b2809e72ada339b0e56aa2460b2e2e1.tar.bz2 |
Fix a couple of minor markup glitches.
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2e0f9be..e08dd67 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}, |