From 4be50fe1a93ee6cd317bd13c57d05ffb3f9f70f1 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Fri, 20 Dec 2024 14:26:05 -0800 Subject: [PATCH] Add missing period --- include/pybind11/pytypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h index ba4bba005..3d43c83dd 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -116,7 +116,7 @@ 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 noting - that attr_with_type_hint is implemented in cast.h + that attr_with_type_hint is implemented in cast.h. \endrst */ template obj_attr_accessor attr_with_type_hint(handle key) const;