-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
There is a code anomaly which I have found in the Documentation on the following page:
https://docs.python.org/3/tutorial/introduction.html
Under the heading: 3.1.2. Text
There is codeblock that is meant to illustrate how to escape quotes in Python.
The last example in particular looked odd to me and I tried it out on my Python REPL and got the following result, which is contradictory to the example in the documentation.
The version of the documentation I am reading is version 3.12.6:
My Python REPL is running version 3.12.1:
Any feedback would be appreciated.
I can open a pull request to correct it.
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir