[docs] [issue21143] Copy-paste error in documentation of __builtin__.max

Jyrki Pulliainen report at bugs.python.org
Thu Apr 3 11:54:45 CEST 2014


New submission from Jyrki Pulliainen:

Looks like the documentation of the __builtin__.max() got copied over from the __builtin__.min.

Instead of "the smallest of the positional arguments" it should say "the largest of the positional arguments".

This was introduced in 3.4. Patch attached.

Thanks to chiman@#python.fi for spotting this!

----------
assignee: docs at python
components: Documentation
files: fix-typo-in-max.patch
keywords: patch
messages: 215434
nosy: docs at python, nailor
priority: normal
severity: normal
status: open
title: Copy-paste error in documentation of __builtin__.max
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34712/fix-typo-in-max.patch

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


More information about the docs mailing list