mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-07 09:21:55 +00:00
Add missing period
This commit is contained in:
parent
224189283b
commit
4be50fe1a9
@ -116,7 +116,7 @@ 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 noting
|
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 */
|
\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;
|
||||||
|
Loading…
Reference in New Issue
Block a user