diff options
| author | Hyunjun Kim <kim@hyunjun.kr> | 2013-08-25 01:59:47 +0900 |
|---|---|---|
| committer | Hyunjun Kim <kim@hyunjun.kr> | 2013-08-25 05:06:14 +0900 |
| commit | b9bd6ffd43a138f0b8964cae0657e478f9b4a13a (patch) | |
| tree | d6c93d70f14cb3da26084bce635e4c95c085b795 /lib/sqlalchemy/orm/mapper.py | |
| parent | 460b23731cba29d319f0e9a3bc5b6df518c9df73 (diff) | |
| download | sqlalchemy-b9bd6ffd43a138f0b8964cae0657e478f9b4a13a.tar.gz | |
fix typospr/23
Diffstat (limited to 'lib/sqlalchemy/orm/mapper.py')
| -rw-r--r-- | lib/sqlalchemy/orm/mapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index 2d7e7b3cf..fc80c4404 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -1819,7 +1819,7 @@ class Mapper(_InspectionAttr): Normally, this is equivalent to :attr:`.mapped_table`, unless the ``with_polymorphic`` feature is in use, in which case the - full "polymoprhic" selectable is returned. + full "polymorphic" selectable is returned. """ return self._with_polymorphic_selectable |
