From: Federico Caselli Date: Tue, 10 Jun 2025 20:18:38 +0000 (+0200) Subject: fix typo in docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5761a114ae45eaddccb45d50b6432c9c44e4ab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in docs Change-Id: I675636e7322ba95bb8f5f8107d5a8f3dbbc689ca --- diff --git a/doc/build/core/custom_types.rst b/doc/build/core/custom_types.rst index dc8b9e4733..ea93036710 100644 --- a/doc/build/core/custom_types.rst +++ b/doc/build/core/custom_types.rst @@ -417,7 +417,7 @@ parameters or a column expression. :meth:`.TypeEngine.column_expression` conversion method is applied only to the **outermost** columns clause in a SELECT; it does **not** apply to columns rendered inside of subqueries, as these column expressions are not - directly delivered to a result. The expression could not be applied to + directly delivered to a result. The expression should not be applied to both, as this would lead to double-conversion of columns, and the "outermost" level rather than the "innermost" level is used so that conversion routines don't interfere with the internal expressions used by