]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docstring maintenance
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Nov 2005 02:38:27 +0000 (02:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Nov 2005 02:38:27 +0000 (02:38 +0000)
lib/sqlalchemy/attributes.py

index 97d54e174be646b4a6562631ece67ccd840495f4..78245318c6dbe77513c635e420464f07e9f3fa5c 100644 (file)
@@ -20,8 +20,9 @@ import sqlalchemy.util as util
 import weakref
 
 class SmartProperty(object):
-    """attaches AttributeManager functionality to the property accessors of a class.  all instances
-    of the class will retrieve and modify their properties via an AttributeManager."""
+    """attaches AttributeManager functionality to the property accessors of a class.  all
+    instances of the class will retrieve and modify their properties via an
+    AttributeManager."""
     def __init__(self, manager):
         self.manager = manager
     def attribute_registry(self):