summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-07-18 16:43:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-07-18 16:43:42 -0400
commitee5e815e2c936d28e0fce7ef64d4d74ad27f19e3 (patch)
treeb05bc3db9cea28818d883b133108566a2320b2a0
parent888f296540faf0e23d9b2b267a1932d712e17b01 (diff)
downloadsqlalchemy-ee5e815e2c936d28e0fce7ef64d4d74ad27f19e3.tar.gz
- fix formatting
Change-Id: Ieba940a998a6aa287864e9748c2995ee4ae5bf54
-rw-r--r--doc/build/changelog/changelog_11.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 4dc1947bc..593cbb3ca 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -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