From: jazzthief Date: Wed, 1 Feb 2023 12:43:14 +0000 (+0100) Subject: Fix language X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379b1af4723e56abe7e7df7057658bdc62447666;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix language --- diff --git a/doc/build/core/operators.rst b/doc/build/core/operators.rst index 980b29d6eb..73cf69c320 100644 --- a/doc/build/core/operators.rst +++ b/doc/build/core/operators.rst @@ -596,7 +596,7 @@ Bitwise Operators Bitwise operator functions provide uniform access to bitwise operators across different backends. * :meth:`_sql.ColumnOperators.bitwise_not`, :func:`_sql.bitwise_not`. - Available as column-level method, producing a bitwise NOT clause against a parent object:: + Available as a column-level method, producing a bitwise NOT clause against a parent object:: >>> print(column("x").bitwise_not()) ~x