[issue9891] Minor doc typo at datamodel.rst: "list" -> "alist"
New submission from Rodrigo Bernardo Pimentel <rbp@isnomore.net>: The "Built-in methods" item of the "The standard type hierarchy" section of Doc/reference/datamodels.rst uses a list instance called "alist" as an example, and it says "__self__ is set to the object denoted by *list*." It should read "the object denoted by *alist*" This affects all releases, so I've marked them all. But I suppose we don't care about 2.5 anymore. All the others are listed on docs.python.org (or are "trunk"), and I think should be fixed. It's a trivial fix, and a single patch works 2.x and another for 3.x. ---------- assignee: docs@python components: Documentation files: alist_doc-2.x.patch keywords: patch messages: 116757 nosy: docs@python, rbp priority: normal severity: normal status: open title: Minor doc typo at datamodel.rst: "list" -> "alist" versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file18914/alist_doc-2.x.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9891> _______________________________________
Changes by Rodrigo Bernardo Pimentel <rbp@isnomore.net>: Added file: http://bugs.python.org/file18915/alist_doc-3.x.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9891> _______________________________________
Changes by Éric Araujo <merwok@netwok.org>: ---------- versions: -Python 2.5, Python 2.6, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9891> _______________________________________
Éric Araujo <merwok@netwok.org> added the comment: Fixed in r87486 (py3k), r87487 (3.1) and r87488 (2.7), thanks! ---------- nosy: +eric.araujo resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9891> _______________________________________
participants (2)
-
Rodrigo Bernardo Pimentel
-
Éric Araujo