[docs] My first bug! (I think)

Philip Szalwinski pszalwinski at gmail.com
Sat Jan 26 00:56:24 CET 2013


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.

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

It should read:
>>> '"Isn\'t," she said.'
"Isn't," she said.

Hope this helps!

Philip Szalwinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130125/f9e70ff2/attachment.html>


More information about the docs mailing list