]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jul 2016 20:43:42 +0000 (16:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Jul 2016 20:43:42 +0000 (16:43 -0400)
Change-Id: Ieba940a998a6aa287864e9748c2995ee4ae5bf54

doc/build/changelog/changelog_11.rst

index 4dc1947bc67a6a1ac6faf229b370b230f3ad037e..593cbb3caf11d2705d8ad031ccf9e275e3f4bfc8 100644 (file)
@@ -34,9 +34,9 @@
         :tags: bug, sql
         :tickets: 3744
 
-         Fixed bug in new CTE feature for update/insert/delete whereby
-         an anoymous (e.g. no name passed) :class:`.CTE` construct around
-         the statement would fail.
+        Fixed bug in new CTE feature for update/insert/delete whereby
+        an anoymous (e.g. no name passed) :class:`.CTE` construct around
+        the statement would fail.
 
     .. change::
         :tags: bug, ext