Skip to content

Commit

Permalink
line up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 20, 2024
1 parent fe04344 commit 988c039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pybind11/pytypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class object_api : public pyobject_tag {
/** \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 <typename T>
obj_attr_accessor attr_with_type_hint(handle key) const;
template <typename T>
Expand Down

0 comments on commit 988c039

Please sign in to comment.