]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in migration_12
authorPablo Marti <pablo@albanta.eu>
Mon, 10 Jul 2017 10:58:11 +0000 (11:58 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2017 10:58:11 +0000 (11:58 +0100)
doc/build/changelog/migration_12.rst

index 0e1b14d2a0663fdc477a3fb0e4e3f70586d02828..14e61a04e3261392d37453ad1fc311e5ca29c815 100644 (file)
@@ -144,7 +144,7 @@ The above SELECT statement includes these advantages:
   **not** MySQL drivers or SQL Server ODBC drivers).   Neither joined eager
   loading nor subquery eager loading are compatible with :meth:`.Query.yield_per`.
 
-The disadvanages of selectin eager loading are potentially large SQL
+The disadvantages of selectin eager loading are potentially large SQL
 queries, with large lists of IN parameters.  The list of IN parameters themselves
 are chunked in groups of 500, so a result set of more than 500 lead objects
 will have more additional "SELECT IN" queries following.  Also, support