summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/operators.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/operators.py')
-rw-r--r--lib/sqlalchemy/sql/operators.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py
index 5a29d2ce8..7277787e2 100644
--- a/lib/sqlalchemy/sql/operators.py
+++ b/lib/sqlalchemy/sql/operators.py
@@ -320,15 +320,15 @@ class ColumnOperators(Operators):
so that the ``==`` operation above is replaced by a clause
construct.
- See also:
+ .. seealso::
- :ref:`types_operators`
+ :ref:`types_operators`
- :attr:`.TypeEngine.comparator_factory`
+ :attr:`.TypeEngine.comparator_factory`
- :class:`.ColumnOperators`
+ :class:`.ColumnOperators`
- :class:`.PropComparator`
+ :class:`.PropComparator`
"""