line up comment

This commit is contained in:
Michael Carlstrom 2024-12-20 14:23:58 -08:00
parent fe04344bb0
commit 988c0396ff

View File

@ -116,8 +116,8 @@ public:
/** \rst /** \rst
Similar to the above attr functions with the difference that the templated Type 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 is used to set the `__annotations__` dict value to the corresponding key. Worth nothing
that attr_with_type_hint is implemented in cast.h that attr_with_type_hint is implemented in cast.h
\endrst */ \endrst */
template <typename T> template <typename T>
obj_attr_accessor attr_with_type_hint(handle key) const; obj_attr_accessor attr_with_type_hint(handle key) const;
template <typename T> template <typename T>