[New-bugs-announce] [issue33948] doc truncated lines in PDF

Mikhail report at bugs.python.org
Sat Jun 23 12:52:55 EDT 2018


New submission from Mikhail <mikhail.domanov at gmail.com>:

Hello, Python Team,

In reference.pdf I came across truncated lines in Python syntax that are not wrapped and carried forward to the next line, but instead run across the right margin.

Examples
"2.3 Identifiers and keywords" line contains "id_start ::= <all characters in general categories"

"8.8.1 Coroutine function definition" line contains "async_funcdef ::= [decorators] "async" "def" funcname "(" [parameter_list] ")" ["->" expression"

It would be VERY convenient to fix this for printing.

Thank you

----------
assignee: docs at python
components: Documentation
messages: 320313
nosy: Mikhail_D, docs at python
priority: normal
severity: normal
status: open
title: doc truncated lines in PDF
versions: Python 3.7

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


More information about the New-bugs-announce mailing list