diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-21 13:05:24 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-21 13:05:24 -0400 |
commit | 4442eb3e1edea1652ce0ab5f4d16925207dcf2c5 (patch) | |
tree | a4a4806c283ecc892a684e29c7ea8cfc1cbed55f | |
parent | 732fb99fc0afbeb69d684b2bfa6d0be6250919a3 (diff) | |
download | sqlalchemy-4442eb3e1edea1652ce0ab5f4d16925207dcf2c5.tar.gz |
- typo
-rw-r--r-- | doc/build/changelog/migration_10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 8238334c2..8841fafc2 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -1006,7 +1006,7 @@ A "negated contains or equals" relationship comparison will use the current valu ------------------------------------------------------------------------------------------------------------------------- This change is new as of 1.0.1; while we would have preferred for this to be in 1.0.0, -it only became apparent as a result of :ticket`3371`. +it only became apparent as a result of :ticket:`3371`. Given a mapping:: |