[Python-checkins] r43549 - python/trunk/Doc/whatsnew/whatsnew25.tex

fred.drake python-checkins at python.org
Sun Apr 2 05:30:07 CEST 2006


Author: fred.drake
Date: Sun Apr  2 05:30:06 2006
New Revision: 43549

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
fix markup error

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Sun Apr  2 05:30:06 2006
@@ -699,7 +699,7 @@
 
 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,


More information about the Python-checkins mailing list