diff options
Diffstat (limited to 'lib/sqlalchemy/ext/hybrid.py')
| -rw-r--r-- | lib/sqlalchemy/ext/hybrid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/ext/hybrid.py b/lib/sqlalchemy/ext/hybrid.py index 1718efc25..556514bab 100644 --- a/lib/sqlalchemy/ext/hybrid.py +++ b/lib/sqlalchemy/ext/hybrid.py @@ -779,7 +779,7 @@ HYBRID_METHOD = util.symbol("HYBRID_METHOD") of type :class:`.hybrid_method`. Is assigned to the :attr:`.InspectionAttr.extension_type` - attibute. + attribute. .. seealso:: @@ -792,7 +792,7 @@ HYBRID_PROPERTY = util.symbol("HYBRID_PROPERTY") of type :class:`.hybrid_method`. Is assigned to the :attr:`.InspectionAttr.extension_type` - attibute. + attribute. .. seealso:: |
