diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-26 20:59:21 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-26 20:59:21 -0400 |
| commit | be4b854304e22caac69cd714b8694090818e8576 (patch) | |
| tree | 6a636357cd901d915083a0c9b0240055b652189d /lib/sqlalchemy/orm/util.py | |
| parent | d68bf88fa9147591a245f23562154d9562e4b744 (diff) | |
| download | sqlalchemy-be4b854304e22caac69cd714b8694090818e8576.tar.gz | |
- more docs
- it appears we can get rid of all those "XYZ_toplevel" names and use :doc:.
Diffstat (limited to 'lib/sqlalchemy/orm/util.py')
| -rw-r--r-- | lib/sqlalchemy/orm/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/util.py b/lib/sqlalchemy/orm/util.py index cf3238b15..dfa3ef852 100644 --- a/lib/sqlalchemy/orm/util.py +++ b/lib/sqlalchemy/orm/util.py @@ -698,7 +698,7 @@ def with_polymorphic(base, classes, selectable=False, :param base: Base class to be aliased. - :param cls_or_mappers: a single class or mapper, or list of + :param classes: a single class or mapper, or list of class/mappers, which inherit from the base class. Alternatively, it may also be the string ``'*'``, in which case all descending mapped classes will be added to the FROM clause. |
