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

2014-04-03 Thread Raymond Hettinger

Raymond Hettinger added the comment:

Thanks for the report.

--
nosy: +rhettinger
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-04-03 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 8fe2bb0c5851 by Raymond Hettinger in branch '3.4':
Issue 21143: Fix typo in docs for max().
http://hg.python.org/cpython/rev/8fe2bb0c5851

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-04-03 Thread Berker Peksag

Berker Peksag added the comment:

I also fixed this as part of issue 20620.

--
nosy: +berker.peksag

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-04-03 Thread Jyrki Pulliainen

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@python
components: Documentation
files: fix-typo-in-max.patch
keywords: patch
messages: 215434
nosy: docs@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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com