We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fe897 commit 09b0bbbCopy full SHA for 09b0bbb
Doc/library/annotationlib.rst
@@ -383,7 +383,7 @@ Functions
383
doesn't have its own annotations dict, returns an empty dict.
384
* All accesses to object members and dict values are done
385
using ``getattr()`` and ``dict.get()`` for safety.
386
- * Supports objects that provide their own :attr:`~object.__annotate__` attribute,
+ * Supports objects that provide their own :attr:`~object.__annotate__` descriptor,
387
such as :class:`functools.partial` and :class:`functools.partialmethod`.
388
See the :mod:`functools` module documentation for details on how these
389
objects support annotations.
0 commit comments