merged branch luiges90/patch-1 (PR #1107)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 May 2013 07:19:45 +0000 (09:19 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 May 2013 07:19:45 +0000 (09:19 +0200)
This PR was merged into the master branch.

Discussion
----------

Update slice.rst

I was (somehow) misled by the example, thinking `'1234'[2:]` outputs `34` because it `2:` mean copy the last 2 characters...

This happens when you are in a hurry and didn't look into the text.

Let makes it less ambiguous.

Commits
-------

3ddff67 Update slice.rst


Trivial merge