[docs] [issue26613] Descriptor HowTo Guide - Typo

Raymond Hettinger report at bugs.python.org
Tue Mar 22 21:20:25 EDT 2016


Raymond Hettinger added the comment:

The last line is not a typo, it shows how to call the pure python version of the classmethod described above it.

FWIW, I'm working a revision to this how-to guide that it easier to read.  At the time it was written, it was the *only* documentation for the descriptors in that language and much of it was a direct translation from the underlying C code as an authoritative reference to that code.  It was not really a newbie document (descriptors aren't a newbie topic) and was moved to the how-to guides because it was so popular.

Since you're already "sorted", I'll close this tracker item.

----------
assignee: docs at python -> rhettinger
nosy: +rhettinger
resolution:  -> not a bug
status: open -> closed

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


More information about the docs mailing list