From 988c0396ffa16f048a95dc2290877b2151b160f6 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Fri, 20 Dec 2024 14:23:58 -0800 Subject: [PATCH] line up comment --- include/pybind11/pytypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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