]> granicus.if.org Git - python/commitdiff
fix markup error
authorFred Drake <fdrake@acm.org>
Sun, 2 Apr 2006 03:30:06 +0000 (03:30 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 2 Apr 2006 03:30:06 +0000 (03:30 +0000)
Doc/whatsnew/whatsnew25.tex

index f6ef9678573567a53d399a2aa11529434d67137b..66bf0e759d8cb30a4eac8ee9a7d569030fb51a66 100644 (file)
@@ -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,