]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in docs/build/api/runtime.rst (#1084)
authorJohnny Deuss <johnnydeuss@gmail.com>
Thu, 8 Sep 2022 20:46:12 +0000 (21:46 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 20:46:12 +0000 (22:46 +0200)
docs/build/api/runtime.rst

index cf707cd841c4576a2fc168070f6350170dcee126..72cfe60b9663a2614ccec4113004d27d818fdf0a 100644 (file)
@@ -14,7 +14,7 @@ The Environment Context
 
 The :class:`.EnvironmentContext` class provides most of the
 API used within an ``env.py`` script.  Within ``env.py``,
-the instantated :class:`.EnvironmentContext` is made available
+the instantiated :class:`.EnvironmentContext` is made available
 via a special *proxy module* called ``alembic.context``.   That is,
 you can import ``alembic.context`` like a regular Python module,
 and each name you call upon it is ultimately routed towards the