]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Nov 2018 16:26:31 +0000 (11:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Nov 2018 16:26:31 +0000 (11:26 -0500)
Change-Id: I411466dc1952cf57f73d1453c73b0ca449842c35

doc/build/changelog/unreleased_12/4357.rst

index 8fdd60dfb2bd5b6f2855998bffb983609ba78b9b..3de1eb6546294e39fa7467503db3628ab952509b 100644 (file)
@@ -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.