summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Deuss <johnnydeuss@gmail.com>2022-09-08 21:46:12 +0100
committerGitHub <noreply@github.com>2022-09-08 22:46:12 +0200
commit5b081ce74a3af15ab9a4b36760bcaa6500918f0e (patch)
treed6ede2c4102fe7f25cf6c943061c046494de26fc
parent873027160f88af277b73223e9fe33bfba315532f (diff)
downloadalembic-5b081ce74a3af15ab9a4b36760bcaa6500918f0e.tar.gz
Fix typo in docs/build/api/runtime.rst (#1084)
-rw-r--r--docs/build/api/runtime.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/api/runtime.rst b/docs/build/api/runtime.rst
index cf707cd..72cfe60 100644
--- a/docs/build/api/runtime.rst
+++ b/docs/build/api/runtime.rst
@@ -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