[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Michael H


Michael H  added the comment:

Many thanks!

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Zachary Ware


Zachary Ware  added the comment:

You're right, it is correct as is; the regular output of the REPL is 
essentially `print(repr(_))`.

Please do feel free to report any issues you find, though you may want to send 
a message to tu...@python.org to check anything you're not sure about.

Welcome to Python!

--
nosy: +zach.ware
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: compile error -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Michael H


Michael H  added the comment:

Sorry, its my bad, it is correct as it is, I hadn't read further on about the 
print statement being needed. As I am working through the tutorial in pycharm, 
I am had already used print statement.

Thanks!

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Michael H


New submission from Michael H :

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@python
components: Documentation
messages: 356461
nosy: Michael H2, docs@python
priority: normal
severity: normal
status: open
title: Simple typo in strings module documentation
type: compile error
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com