diff options
Diffstat (limited to 'sphinx/ext/autodoc.py')
-rw-r--r-- | sphinx/ext/autodoc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index a9efb0f1c..d07ab4657 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -982,8 +982,8 @@ class AutoDirective(Directive): most of the work to one of the Documenters, which it selects through its *_registry* dictionary. - The *_special_attrgetters* attribute is used to customize ``getattr()`` calls - that the Documenters make; its entries are of the form ``type: + The *_special_attrgetters* attribute is used to customize ``getattr()`` + calls that the Documenters make; its entries are of the form ``type: getattr_function``. Note: When importing an object, all items along the import chain are |