2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Fixed comment

[SVN r16676]
This commit is contained in:
Dave Abrahams
2002-12-21 22:12:31 +00:00
parent 0c8aa84f2f
commit eac0412d18

View File

@@ -267,8 +267,8 @@ void function::add_to_namespace(
{
// Binary operators need an additional overload which
// returns NotImplemented, so that Python will try the
// lxxx functions on the other operand. We add this when
// no overloads for the operator already exist.
// __rxxx__ functions on the other operand. We add this
// when no overloads for the operator already exist.
new_func->add_overload(not_implemented_function());
}