summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-10-24 10:39:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-10-24 10:39:54 -0400
commit9e5395c3da77525f8ad2dab5bca60dca189c91e8 (patch)
tree7a63556fc74c111e02c44f7aae6c6f629a804f2e
parent0236ab56945482b0dc52f6892eb9582d756e0e62 (diff)
parent16c237d3d1f4ddaa1eac30616772701a82190ed2 (diff)
downloadsqlalchemy-9e5395c3da77525f8ad2dab5bca60dca189c91e8.tar.gz
Merge remote-tracking branch 'origin/pr/394'
-rw-r--r--doc/build/changelog/changelog_12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst
index 38f93844d..0535a0ec3 100644
--- a/doc/build/changelog/changelog_12.rst
+++ b/doc/build/changelog/changelog_12.rst
@@ -230,7 +230,7 @@
:tickets: 4071
Removed the warnings that are emitted when the LRU caches employed
- by the mapper as well as loader srtategies reach their threshold; the
+ by the mapper as well as loader strategies reach their threshold; the
purpose of this warning was at first a guard against excess cache keys
being generated but became basically a check on the "creating many
engines" antipattern. While this is still an antipattern, the presense