Skip to content

Commit

Permalink
fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 20, 2024
1 parent 988c039 commit 2241892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/pytypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ 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
is used to set the `__annotations__` dict value to the corresponding key. Worth noting
that attr_with_type_hint is implemented in cast.h
\endrst */
template <typename T>
Expand Down

0 comments on commit 2241892

Please sign in to comment.