We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8aa84 commit eac0412Copy full SHA for eac0412
1 file changed
src/object/function.cpp
@@ -267,8 +267,8 @@ void function::add_to_namespace(
267
{
268
// Binary operators need an additional overload which
269
// returns NotImplemented, so that Python will try the
270
- // lxxx functions on the other operand. We add this when
271
- // no overloads for the operator already exist.
+ // __rxxx__ functions on the other operand. We add this
+ // when no overloads for the operator already exist.
272
new_func->add_overload(not_implemented_function());
273
}
274
0 commit comments