Skip to content

Commit eac0412

Browse files
committed
Fixed comment
[SVN r16676]
1 parent 0c8aa84 commit eac0412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/object/function.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ void function::add_to_namespace(
267267
{
268268
// Binary operators need an additional overload which
269269
// 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.
270+
// __rxxx__ functions on the other operand. We add this
271+
// when no overloads for the operator already exist.
272272
new_func->add_overload(not_implemented_function());
273273
}
274274

0 commit comments

Comments
 (0)