-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Bug report
Bug description:
On page 9 of the file tutorial.pdf
of Python 3.12.2 documentation the primary prompt is rendered incorrectly, like this:
But in the earlier page 6 it is rendered correctly:
I noticed that in the source tree in the file Doc/tutorial/introduction.rst
it is entered with the :term:
prefix and in single quotes, but in the file Doc/tutorial/interpreter.rst
it is entered with double single quotes. Anyway, I don't know the format the source of the documentation is maintained in, so I didn't risk providing a patch. Just reporting it here in order for someone to fix it properly.
CPython versions tested on:
3.12
Operating systems tested on:
Linux