summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-10-20 15:33:36 -0700
committerGitHub <noreply@github.com>2017-10-20 15:33:36 -0700
commit16c237d3d1f4ddaa1eac30616772701a82190ed2 (patch)
tree971b88fe1f18270b9d9b21597a1cc17fbfaa8c29
parent55b511c3960cad636ff1e512594368a36a85ce5c (diff)
downloadsqlalchemy-16c237d3d1f4ddaa1eac30616772701a82190ed2.tar.gz
Fix typo: srtategies --> strategies
-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