[New-bugs-announce] [issue38779] Simple typo in strings module documentation

Michael H report at bugs.python.org
Tue Nov 12 09:41:03 EST 2019


New submission from Michael H <mchartley.uk at gmail.com>:

https://docs.python.org/3/tutorial/introduction.html#strings

In the strings part of the basic tutorial, there is an output error regarding the escaping of the single quote

>>> '"Isn\'t," they said.'
'"Isn\'t," they said.' # I think the output should be correct

Thanks

----------
assignee: docs at python
components: Documentation
messages: 356461
nosy: Michael H2, docs at python
priority: normal
severity: normal
status: open
title: Simple typo in strings module documentation
type: compile error
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38779>
_______________________________________


More information about the New-bugs-announce mailing list