summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-02 03:30:06 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-02 03:30:06 (GMT)
commit1c0e3284f9263ff59ab198f4d5c25e411672ea34 (patch)
treec6aa67fcde1d8fbc40b4f33e3384ddf56653382f /Doc/whatsnew
parente8058299a5cc1c11492fc7cc546799c47fd6886f (diff)
downloadcpython-1c0e3284f9263ff59ab198f4d5c25e411672ea34.zip
cpython-1c0e3284f9263ff59ab198f4d5c25e411672ea34.tar.gz
cpython-1c0e3284f9263ff59ab198f4d5c25e411672ea34.tar.bz2
fix markup error
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index f6ef967..66bf0e7 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -699,7 +699,7 @@ Brett Cannon and Guido van Rossum; implemented by Brett Cannon.}
The NumPy developers had a problem that could only be solved by adding
a new special method, \method{__index__}. When using slice notation,
-as in \code{[\var{start}:\var{stop}:\var{step}], the values of the
+as in \code{[\var{start}:\var{stop}:\var{step}]}, the values of the
\var{start}, \var{stop}, and \var{step} indexes must all be either
integers or long integers. NumPy defines a variety of specialized
integer types corresponding to unsigned and signed integers of 8, 16,