diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-13 12:41:04 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-13 12:41:04 -0400 |
commit | 16cca68de872901d6b3c279a8d62d698e0068969 (patch) | |
tree | 9926106061ad225fb3cc0b2a6591d5304859f9a7 | |
parent | cfe0bfd911fc318c47f52bf8ac3ddb972c5ed86a (diff) | |
download | sqlalchemy-16cca68de872901d6b3c279a8d62d698e0068969.tar.gz |
- fix typo
Change-Id: I78692e821e34afe654c1131cd3465e4a6dfe773f
-rw-r--r-- | doc/build/changelog/unreleased_12/4298.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_12/4298.rst b/doc/build/changelog/unreleased_12/4298.rst index 8066ccdd0..4c54be58b 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. |