diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h index b1f865d85..6c06f0a78 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -116,8 +116,8 @@ public: /** \rst Similar to the above attr functions with the difference that the templated Type is used to set the `__annotations__` dict value to the corresponding key. Worth nothing - that attr_with_type_hint is implemented in cast.h - \endrst */ + that attr_with_type_hint is implemented in cast.h + \endrst */ template obj_attr_accessor attr_with_type_hint(handle key) const; template