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

George Yoshida dynkin at gmail.com
Sun Apr 2 04:46:57 CEST 2006


On 4/2/06, andrew.kuchling <python-checkins at python.org> wrote:
> Author: andrew.kuchling
> Date: Sun Apr  2 03:46:32 2006
> New Revision: 43547
>
> Modified:
>   python/trunk/Doc/whatsnew/whatsnew25.tex
> Log:
> Write various sections; I haven't been able to check whether the TeX markup is correct
>

With this fix, at least the compilation should succeed, although I
haven't checked every piece of the update in detail.

Index: Doc/whatsnew/whatsnew25.tex
===================================================================
--- Doc/whatsnew/whatsnew25.tex (revision 43548)
+++ Doc/whatsnew/whatsnew25.tex (working copy)
@@ -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,
george at arp:/opt/python$


More information about the Python-checkins mailing list