From: Johnny Deuss Date: Thu, 8 Sep 2022 20:46:12 +0000 (+0100) Subject: Fix typo in docs/build/api/runtime.rst (#1084) X-Git-Tag: rel_1_9_0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b081ce74a3af15ab9a4b36760bcaa6500918f0e;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo in docs/build/api/runtime.rst (#1084) --- diff --git a/docs/build/api/runtime.rst b/docs/build/api/runtime.rst index cf707cd8..72cfe60b 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