summaryrefslogtreecommitdiff
path: root/alembic/context.py
diff options
context:
space:
mode:
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.