diff options
Diffstat (limited to 'lib/sqlalchemy/sql/operators.py')
-rw-r--r-- | lib/sqlalchemy/sql/operators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index 79cc57e42..49744568a 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -159,7 +159,7 @@ class Operators(object): return against def operate(self, op, *other, **kwargs): - """Operate on an argument. + r"""Operate on an argument. This is the lowest level of operation, raises :class:`NotImplementedError` by default. |