[docs] [issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

Marco Buttu report at bugs.python.org
Mon May 8 11:15:13 EDT 2017


Marco Buttu added the comment:

I also noticed that the howto differentiates between objects and classes:

"The details of invocation depend on whether obj is an object or a class."

I think it is misleading, because a class is actually an object.  IMHO is better to differentiate between classes and non-classes objects:

"The details of invocation depend on whether obj is a class or not."

----------
nosy: +marco.buttu

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


More information about the docs mailing list