From 379b1af4723e56abe7e7df7057658bdc62447666 Mon Sep 17 00:00:00 2001 From: jazzthief Date: Wed, 1 Feb 2023 13:43:14 +0100 Subject: [PATCH] Fix language --- doc/build/core/operators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3