From: Mike Bayer Date: Fri, 13 Jul 2018 16:41:04 +0000 (-0400) Subject: - fix typo X-Git-Tag: rel_1_3_0b1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cca68de872901d6b3c279a8d62d698e0068969;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix typo Change-Id: I78692e821e34afe654c1131cd3465e4a6dfe773f --- diff --git a/doc/build/changelog/unreleased_12/4298.rst b/doc/build/changelog/unreleased_12/4298.rst index 8066ccdd07..4c54be58ba 100644 --- a/doc/build/changelog/unreleased_12/4298.rst +++ b/doc/build/changelog/unreleased_12/4298.rst @@ -3,5 +3,5 @@ :tickets: 4298 Fixed regression in 1.2.9 due to :ticket:`4287` where using a - :class::`.Load` option in conjunction with a string wildcard would result + :class:`.Load` option in conjunction with a string wildcard would result in a TypeError.