summaryrefslogtreecommitdiff
path: root/alembic/environment.py
diff options
context:
space:
mode:
authorMaarten van Schaik <maarten@byte.nl>2013-08-28 10:37:39 +0200
committerMaarten van Schaik <maarten@byte.nl>2013-08-28 10:37:39 +0200
commite611603eea78b226143c7eb3048e5276e7b52d05 (patch)
treebf63fbd01dfa5d676779cdab56d57d3b5c0b990c /alembic/environment.py
parentbd967601b337d3fd1613e2ab038036d9789931e9 (diff)
downloadalembic-e611603eea78b226143c7eb3048e5276e7b52d05.tar.gz
Update documentation
Diffstat (limited to 'alembic/environment.py')
-rw-r--r--alembic/environment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alembic/environment.py b/alembic/environment.py
index 641d435..ea231e5 100644
--- a/alembic/environment.py
+++ b/alembic/environment.py
@@ -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.