]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Update documentation
authorMaarten van Schaik <maarten@byte.nl>
Wed, 28 Aug 2013 08:37:39 +0000 (10:37 +0200)
committerMaarten van Schaik <maarten@byte.nl>
Wed, 28 Aug 2013 08:37:39 +0000 (10:37 +0200)
alembic/environment.py

index 641d435a42cc0c9401f5fff97151e35bc95a10cc..ea231e58c057cabf2613d3dc6bc89368584ea05c 100644 (file)
@@ -384,8 +384,8 @@ class EnvironmentContext(object):
                 # to compare these types
                 pass
 
-         ``inspected_column`` is a dictionary structure as returned by
-         :meth:`sqlalchemy.engine.reflection.Inspector.get_columns`, whereas
+         ``inspected_column`` is a :class:`sqlalchemy.schema.Column` as returned by
+         :meth:`sqlalchemy.engine.reflection.Inspector.reflecttable`, whereas
          ``metadata_column`` is a :class:`sqlalchemy.schema.Column` from
          the local model environment.