Add missing period

This commit is contained in:
Michael Carlstrom 2024-12-20 14:26:05 -08:00
parent 224189283b
commit 4be50fe1a9

View File

@ -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 <typename T>
obj_attr_accessor attr_with_type_hint(handle key) const;