[docs] [issue30940] Documentation for round() is incorrect.

George K report at bugs.python.org
Sun Jul 16 12:51:58 EDT 2017


New submission from George K:

The documentation for round states "The return value is an integer if called with one argument, otherwise of the same type as number." This is not the case if the second argument is None.

----------
assignee: docs at python
components: Documentation
messages: 298442
nosy: George K, docs at python
priority: normal
severity: normal
status: open
title: Documentation for round() is incorrect.
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30940>
_______________________________________


More information about the docs mailing list