]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in the autogenerate api docs
authorzifot <allllllx@gmail.com>
Mon, 29 Jan 2018 20:06:53 +0000 (20:06 +0000)
committerzifot <allllllx@gmail.com>
Mon, 29 Jan 2018 20:06:53 +0000 (20:06 +0000)
docs/build/api/autogenerate.rst

index cd6ff6cd6d4ce02903585cd98c32d26b353a8743..c4678e1fa2cd48d78c990a600b4b5310b036f8ce 100644 (file)
@@ -286,7 +286,7 @@ Revision Generation with Multiple Engines / ``run_migrations()`` calls
 ----------------------------------------------------------------------
 
 A lesser-used technique which allows autogenerated migrations to run
-against multiple databse backends at once, generating changes into
+against multiple database backends at once, generating changes into
 a single migration script, is illustrated in the
 provided ``multidb`` template.  This template features a special ``env.py``
 which iterates through multiple :class:`~sqlalchemy.engine.Engine` instances