]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2018 16:41:04 +0000 (12:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2018 16:41:04 +0000 (12:41 -0400)
Change-Id: I78692e821e34afe654c1131cd3465e4a6dfe773f

doc/build/changelog/unreleased_12/4298.rst

index 8066ccdd07f72680b635b21001650f108676783d..4c54be58ba2b2c68b664c434f8888141c61571ab 100644 (file)
@@ -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.