]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo: srtategies --> strategies
authorJeff Widman <jeff@jeffwidman.com>
Fri, 20 Oct 2017 22:33:36 +0000 (15:33 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 22:33:36 +0000 (15:33 -0700)
doc/build/changelog/changelog_12.rst

index 38f93844da5c65d1f760055ba6059dcd586f5b05..0535a0ec32d04b75abc3d924ba02faae8a7f0848 100644 (file)
        :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