New submission from Rodrigo Bernardo Pimentel <r...@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: d...@python
components: Documentation
files: alist_doc-2.x.patch
keywords: patch
messages: 116757
nosy: d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9891>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to