]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix build
authorChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 01:15:34 +0000 (12:15 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 01:15:34 +0000 (12:15 +1100)
lib/sqlalchemy/dialects/oracle/base.py

index dccaeaff7397198e7a3afdf38cc3368a57104c8c..bb5dde9ce8d212432037ffe7e53c5dbcef83a48c 100644 (file)
@@ -966,8 +966,8 @@ class OracleCompiler(compiler.SQLCompiler):
                     "statements that use RETURNING; the value of the column "
                     "*before* the UPDATE takes place is returned.   It is "
                     "advised to not use RETURNING with an Oracle Database "
-                    "computed "column.  Consider setting implicit_returning "
-                    "to False on "the Table object in order to avoid implicit "
+                    "computed column.  Consider setting implicit_returning "
+                    "to False on the Table object in order to avoid implicit "
                     "RETURNING clauses from being generated for this Table."
                 )
             if column.type._has_column_expression: