fix markup error

This commit is contained in:
Fred Drake 2006-04-02 03:30:06 +00:00
parent e8058299a5
commit 1c0e3284f9
1 changed files with 1 additions and 1 deletions

View 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,