[New-bugs-announce] [issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

Viorel Tabara report at bugs.python.org
Sat Nov 12 16:32:17 EST 2016


New submission from Viorel Tabara:

Method objects are explained at:

    https://docs.python.org/3/tutorial/classes.html#method-objects

I'd like to suggest a change from:

   When an instance attribute is referenced that isn’t a data attribute, its 
   class is searched. 

to something along this line:

   When an instance attribute --- that isn’t a data attribute --- is 
   referenced, the instance parent class will be searched.

----------
assignee: docs at python
components: Documentation
messages: 280671
nosy: docs at python, viorel
priority: normal
severity: normal
status: open
title: difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"
type: enhancement

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


More information about the New-bugs-announce mailing list