[issue38495] print built-in function docs bug

Karthikeyan Singaravelan report at bugs.python.org
Wed Oct 16 04:16:16 EDT 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

In the sphinx source it's ' ' so maybe it's a problem with the rendering part.

https://raw.githubusercontent.com/python/cpython/master/Doc/library/functions.rst

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

----------
nosy: +xtreak

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


More information about the Python-bugs-list mailing list