Make print docstring consistent with its docs.

This commit is contained in:
Georg Brandl 2008-02-01 15:47:37 +00:00
parent f694518331
commit cd5da7d51b
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ builtin_print(PyObject *self, PyObject *args, PyObject *kwds)
}
PyDoc_STRVAR(print_doc,
"print(value, ..., file=None, sep=' ', end='\\n')\n\
"print(value, ..., sep=' ', end='\\n', file=sys.stdout)\n\
\n\
Prints the values to a stream, or to sys.stdout by default.\n\
Optional keyword arguments:\n\