summaryrefslogtreecommitdiff
path: root/alembic/context.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-02 17:26:00 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-02 17:26:00 -0500
commit13f0b8b0f90ef119833f55ac18136f71f2c8798f (patch)
treefa74ce6502a67d219a8c9911b3ba8e88040e8844 /alembic/context.py
parentdae70e2114fadc2d41dc0e3a9ec428950b6e6647 (diff)
downloadalembic-13f0b8b0f90ef119833f55ac18136f71f2c8798f.tar.gz
fix docstring
Diffstat (limited to 'alembic/context.py')
-rw-r--r--alembic/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/context.py b/alembic/context.py
index a49ffa4..130ce3a 100644
--- a/alembic/context.py
+++ b/alembic/context.py
@@ -430,7 +430,7 @@ def configure(
``downgrades``.
:param alembic_module_prefix: When autogenerate refers to Alembic
- :module:`alembic.op` constructs, this prefix will be used
+ :mod:`alembic.op` constructs, this prefix will be used
(i.e. ``op.create_table``) Defaults to "``op.``".
Can be ``None`` to indicate no prefix.