Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork64
Open
Labels
Description
Bug report
Bug description:
On page 9 of the filetutorial.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 fileDoc/tutorial/introduction.rst
it is entered with the:term:
prefix and in single quotes, but in the fileDoc/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