diff options
| author | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-14 10:10:59 -0500 |
|---|---|---|
| committer | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-14 14:31:37 -0500 |
| commit | 24a46499308dad8bef072aa4f5052d054e769786 (patch) | |
| tree | f6e06da81fafdbc32bc905d242672815c7e80c1b /lib/sqlalchemy/inspection.py | |
| parent | 868e81a3f92ca1668f17389de0bbe4f060e2afac (diff) | |
| download | sqlalchemy-24a46499308dad8bef072aa4f5052d054e769786.tar.gz | |
Fix cross reference
Diffstat (limited to 'lib/sqlalchemy/inspection.py')
| -rw-r--r-- | lib/sqlalchemy/inspection.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/inspection.py b/lib/sqlalchemy/inspection.py index 42e08b30d..865ec4af6 100644 --- a/lib/sqlalchemy/inspection.py +++ b/lib/sqlalchemy/inspection.py @@ -39,11 +39,11 @@ def inspect(subject, raiseerr=True): The returned value in some cases may be the same object as the one given, such as if a - :class:`.orm.Mapper` object is passed. In other + :class:`.Mapper` object is passed. In other cases, it will be an instance of the registered inspection type for the given object, such as - if a :class:`.engine.Engine` is passed, an - :class:`.engine.Inspector` object is returned. + if an :class:`.engine.Engine` is passed, an + :class:`.Inspector` object is returned. :param subject: the subject to be inspected. :param raiseerr: When ``True``, if the given subject |
