Issue 30307: https://docs.python.org/3/tutorial/introduction.html#strings Section 3.1.2 doc issue (original) (raw)

Issue30307

Created on 2017-05-08 18:26 by rohit singh, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg293246 - (view) Author: rohit singh (rohit singh) Date: 2017-05-08 18:26
The documentation says: >>> '"Isn\'t," she said.' '"Isn\'t," she said.' It should be: >>> '"Isn\'t," she said.' '"Isn't," she said.'
msg293341 - (view) Author: Wolfgang Maier (wolma) * Date: 2017-05-09 19:22
The section is correct as it is. Just try it in the interactive interpreter to convince yourself.
History
Date User Action Args
2022-04-11 14:58:46 admin set github: 74493
2017-05-09 19:30:34 serhiy.storchaka set status: open -> closedresolution: not a bugstage: resolved
2017-05-09 19:22:54 wolma set nosy: + wolmamessages: +
2017-05-08 18:30:28 rhettinger set assignee: docs@python -> Mariattanosy: + Mariatta
2017-05-08 18:26:22 rohit singh create