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 c82fb7e commit 7cddacaCopy full SHA for 7cddaca
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__` method,
+ * Supports objects that provide their own :attr:`~object.__annotate__` attribute,
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