]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorNils Philippsen <nils@tiptoe.de>
Sat, 27 Jul 2019 21:13:03 +0000 (23:13 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Aug 2019 14:23:46 +0000 (10:23 -0400)
(cherry picked from commit 867b119061759d283b9695bbf2f3e960979a96f8)

doc/build/changelog/changelog_13.rst

index 1e225c8915c20903e871c4f90317d1aad4685bb8..f820020bcae22b063f19063f7d086be9838d4d93 100644 (file)
@@ -42,7 +42,7 @@
         :tags: performance, orm
         :tickets: 4775
 
-        The optimzation applied to selectin loading in :ticket:`4340` where a JOIN
+        The optimization applied to selectin loading in :ticket:`4340` where a JOIN
         is not needed to eagerly load related items is now applied to many-to-one
         relationships as well, so that only the related table is queried for a
         simple join condition.   In this case, the related items are queried