From: Mike Bayer Date: Sat, 10 Nov 2018 16:26:31 +0000 (-0500) Subject: Fix typo X-Git-Tag: rel_1_3_0b1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1e6fb08f7cfbba94f0115368f08f6130bf0018;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo Change-Id: I411466dc1952cf57f73d1453c73b0ca449842c35 --- diff --git a/doc/build/changelog/unreleased_12/4357.rst b/doc/build/changelog/unreleased_12/4357.rst index 8fdd60dfb2..3de1eb6546 100644 --- a/doc/build/changelog/unreleased_12/4357.rst +++ b/doc/build/changelog/unreleased_12/4357.rst @@ -7,5 +7,5 @@ statement being included in the SET clause, as well as the WHERE clause; while usually harmless, for SQL Server this can raise an error due to the IDENTITY column. This is a continuation of the same bug that was fixed in - :ticket:`.3849`, where testing was insufficient to catch this additional + :ticket:`3849`, where testing was insufficient to catch this additional flaw.