Skip to content

Commit

Permalink
Fix typo (thanks @wangxf123456 for catching this)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jul 17, 2023
1 parent 76da0d2 commit 2956aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ to prevent accidents and improve readability:
is that this conversion is not reducing. Implicit conversions of this kind
are also fairly commonly used, therefore enforcing explicit conversions
would have an unfavorable cost : benefit ratio; more sloppily speaking,
such an enforcement would be more annyoing than helpful.
such an enforcement would be more annoying than helpful.
*/

inline bool PyObjectIsInstanceWithOneOfTpNames(PyObject *obj,
Expand Down

0 comments on commit 2956aa9

Please sign in to comment.