diff options
Diffstat (limited to 'lib/sqlalchemy/util/langhelpers.py')
-rw-r--r-- | lib/sqlalchemy/util/langhelpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 1308ee7e0..e506b7529 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -1440,7 +1440,6 @@ class hybridproperty(object): def __get__(self, instance, owner): if instance is None: clsval = self.clslevel(owner) - clsval.__doc__ = self.func.__doc__ return clsval else: return self.func(instance) |