[docs] My first bug! (I think)

Sandro Tosi sandro.tosi at gmail.com
Sat Jan 26 23:13:19 CET 2013


Hello Philip,
thanks for your email.

On Sat, Jan 26, 2013 at 12:56 AM, Philip Szalwinski
<pszalwinski at gmail.com> wrote:
> Hi!
>
> I was reading through the Python docs looking at the section on strings at
> http://docs.python.org/2/tutorial/introduction.html#strings and it seems
> like the last line in the first terminal box (is that what that is called?)
> is printed incorrectly.

as a personal suggestion, just try the code :)

> Instead of:
>>>> '"Isn\'t," she said.'
> '"Isn\'t," she said.'

this is the correct output:

$ python
Python 2.7.3 (default, Sep  9 2012, 17:41:34)
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> '"Isn\'t," she said.'
'"Isn\'t," she said.'
>>>

Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the docs mailing list