]> granicus.if.org Git - python/commit
Document that @property can incorporate a docstring from the getter method. Improve...
authorRaymond Hettinger <python@rcn.com>
Sun, 24 Nov 2013 22:43:04 +0000 (14:43 -0800)
committerRaymond Hettinger <python@rcn.com>
Sun, 24 Nov 2013 22:43:04 +0000 (14:43 -0800)
commitef153618d6869db43cf84acd0b2268e948c055e2
tree304a47ae5a5fe10d671a6568f79b3735dc2686fe
parent7610ec26931ffc6d273b189443d5529fec3afd0b
Document that @property can incorporate a docstring from the getter method.  Improve readabilty with additional whitespace.
Objects/descrobject.c