Issue7186: document that __doc__ is not inherited by subclasses

This commit is contained in:
Ethan Furman 2014-10-17 22:25:47 -07:00
commit 58b2ddf392

View file

@ -454,7 +454,8 @@ Callable types
+=========================+===============================+===========+
| :attr:`__doc__` | The function's documentation | Writable |
| | string, or ``None`` if | |
| | unavailable | |
| | unavailable; not inherited by | |
| | subclasses | |
+-------------------------+-------------------------------+-----------+
| :attr:`__name__` | The function's name | Writable |
+-------------------------+-------------------------------+-----------+