]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix whitespace
authorChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 01:19:49 +0000 (12:19 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 01:19:49 +0000 (12:19 +1100)
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/schema.py

index 3135a059c5d4a3b0da7655729982bf1d95dcd208..647d38e64015749014759492d5d2399c5f060f47 100644 (file)
@@ -2349,7 +2349,7 @@ class SQLCompiler(Compiled):
         to be appended.
 
         Gives Oracle Database a chance to tack on a ``FROM DUAL`` to the string
-       output.
+        output.
 
         """
         return ""
index c1c3841456973326c3bd1b8d401e708aa3dff87e..dc3fe63554068889909a8f3f14cfc383d4dd50c9 100644 (file)
@@ -1606,8 +1606,8 @@ class ColumnOperators(Operators):
           SQLite and MySQL, for example.
 
         Regular expression support is currently implemented for Oracle
-       Database, PostgreSQL, MySQL and MariaDB.  Partial support is available
-       for SQLite.  Support among third-party dialects may vary.
+        Database, PostgreSQL, MySQL and MariaDB.  Partial support is available
+        for SQLite.  Support among third-party dialects may vary.
 
         :param pattern: The regular expression pattern string or column
           clause.
index 19d8f9f96eb8f8f7298412c268cc98bcf4f6fe34..5b4f0c2d41aad399156e071445b8e782c51f8b77 100644 (file)
@@ -3871,7 +3871,7 @@ class Sequence(HasSchemaAttr, IdentityOptions, DefaultGenerator):
 
         :param order: optional boolean value; if ``True``, renders the
          ORDER keyword, understood by Oracle Database, indicating the sequence
-        is definitively ordered.   May be necessary to provide deterministic
+         is definitively ordered.   May be necessary to provide deterministic
          ordering using Oracle RAC.
 
         :param data_type: The type to be returned by the sequence, for