]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in docs
authorFederico Caselli <cfederico87@gmail.com>
Tue, 10 Jun 2025 20:18:38 +0000 (22:18 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 10 Jun 2025 20:18:38 +0000 (22:18 +0200)
Change-Id: I675636e7322ba95bb8f5f8107d5a8f3dbbc689ca

doc/build/core/custom_types.rst

index dc8b9e473328d9932b728de6ca711bf1586adcd0..ea9303671052b920bdef571409c2f08ce38b369d 100644 (file)
@@ -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