[issue38495] print built-in function docs bug

Inada Naoki report at bugs.python.org
Wed Oct 16 04:31:27 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

Space is not trimmed. You can confirm there is a space by copy&paste it from rendered HTML.

  print(*objects, sep=' ', end='\n', file=sys.stdout, flush=False)¶

So this is caused by rendering <em>sep=' '</em>.
I don't like <em>, but I'm not sure this can be customized by theme.

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list