From: Mike Bayer Date: Mon, 2 Jan 2012 22:26:00 +0000 (-0500) Subject: fix docstring X-Git-Tag: rel_0_1_1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f0b8b0f90ef119833f55ac18136f71f2c8798f;p=thirdparty%2Fsqlalchemy%2Falembic.git fix docstring --- diff --git a/alembic/context.py b/alembic/context.py index a49ffa46..130ce3aa 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.