diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-24 14:51:43 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-24 14:51:43 (GMT) |
commit | c7d8c68c6512b8c89d5058008763c6cb04797839 (patch) | |
tree | 42ff6c2260da441472d98e33977a05db53756ba7 | |
parent | 073ac9fd0e9d1cf1215ba0d0b7a7dd651c226490 (diff) | |
download | cpython-c7d8c68c6512b8c89d5058008763c6cb04797839.zip cpython-c7d8c68c6512b8c89d5058008763c6cb04797839.tar.gz cpython-c7d8c68c6512b8c89d5058008763c6cb04797839.tar.bz2 |
Fix SF #658023, "What's New in 2.3", s12, verbatim error
Remove space between \end {verbatim}
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index e81b3ad..6ff6fb7 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1339,7 +1339,7 @@ For example: '__setitem__', 'clear', 'get', 'has_key', 'items', 'iteritems', 'iterkeys', 'itervalues', 'keylist', 'keys', 'pop', 'popitem', 'setdefault', 'update', 'valuelist', 'values'] -\end {verbatim} +\end{verbatim} (Contributed by Raymond Hettinger.) |