]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix docstring
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2012 22:26:00 +0000 (17:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2012 22:26:00 +0000 (17:26 -0500)
alembic/context.py

index a49ffa46d71f1f1ea06d604e0b4a4427a5e1c2da..130ce3aa5b7ef21377f67b16903a340a49293301 100644 (file)
@@ -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.