[docs] Small typo in documentation

Edgar Fco. Rios Soltero E.F.RiosSoltero at tudelft.nl
Tue Mar 26 20:20:43 CET 2013


My mistake. There is no such typo


Edgar

--
TU Delft
Faculty of industrial design engineering
Product engineering section
Landbergstraat 15, Delft, 2628CE, Nederland
Office number: 32 B-0-320
Phone number +31 015 27 83512

On 26/03/13 20:19, Edgar Fco. Rios Soltero wrote:
> Python 3.2.3 documentation »
> The Python Tutorial »
> 3. An Informal Introduction to Python »
> 3.1.4. Lists
>
> It reads:
>
>  >>> # Replace some items:
> ... a[0:2] = [1, 12]
>  >>> a
> [1, 12, 123, 1234]
>
>
> It should be:
>  >>> a[0:2] = [1, 12]
>  >>> a
> [1, 12, 100, 1234]
>
>
> Edgar


More information about the docs mailing list