Skip to content

Commit 09b0bbb

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent f6fe897 commit 09b0bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/annotationlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Functions
383383
doesn't have its own annotations dict, returns an empty dict.
384384
* All accesses to object members and dict values are done
385385
using ``getattr()`` and ``dict.get()`` for safety.
386-
* Supports objects that provide their own :attr:`~object.__annotate__` attribute,
386+
* Supports objects that provide their own :attr:`~object.__annotate__` descriptor,
387387
such as :class:`functools.partial` and :class:`functools.partialmethod`.
388388
See the :mod:`functools` module documentation for details on how these
389389
objects support annotations.

0 commit comments

Comments
 (0)