[docs] Doc bug in Python Tutorial

James Rezende Piton - LNLS james at lnls.br
Tue Jul 24 21:58:35 CEST 2012


Hi,

Today I started learning Python through the Tutorial and I found a mistake at

       http://docs.python.org/tutorial/introduction.html

Its 3.1.2 section (Strings) states:

>>> '"Isn\'t," she said.'
'"Isn\'t," she said.'

But in fact, it should be:

>>> '"Isn\'t," she said.'
'"Isn't," she said.'

as one could expect from the slashed apostrophe.

Regards,

James Piton (no, it's not a joke; my family beared the name 200 years
before "Monty Python"!)
Brazil


More information about the docs mailing list