summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/reference/datamodel.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 7a93a9f..a6348ed 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1045,7 +1045,8 @@ Special attributes
Accessing the :attr:`!__annotations__` attribute of a class
object directly may yield incorrect results in the presence of
- metaclasses. Use :func:`annotationlib.get_annotations` to
+ metaclasses. In addition, the attribute may not exist for
+ some classes. Use :func:`annotationlib.get_annotations` to
retrieve class annotations safely.
.. versionchanged:: 3.14