From: Jeff Widman Date: Fri, 20 Oct 2017 22:33:36 +0000 (-0700) Subject: Fix typo: srtategies --> strategies X-Git-Tag: rel_1_2_0~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c237d3d1f4ddaa1eac30616772701a82190ed2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo: srtategies --> strategies --- diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 38f93844da..0535a0ec32 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