diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h index 93c703326..965b12c7e 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -186,7 +186,7 @@ public: /// Get or set the object's docstring, i.e. ``obj.__doc__``. str_attr_accessor doc() const; - // TODO: Make read only? + /// Get or set the object's annotations, i.e. ``obj.__annotations``. str_attr_accessor annotations() const; /// Return the object's current reference count