Browse Source

EmClass: better documentation of linkedtype

ArnAud 9 years ago
parent
commit
acce76c48b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/classes.py

+ 1
- 1
EditorialModel/classes.py View File

@@ -137,7 +137,7 @@ class EmClass(EmComponent):
137 137
         return True
138 138
 
139 139
     def _link_type_db(self, table_name):
140
-        #Create a new table storing LodelObjects that are linked to this EmClass
140
+        #  Create a new table storing additionnal fields for the relation between the linked type and this EmClass
141 141
         conn = self.__class__.db_engine().connect()
142 142
         meta = sql.MetaData()
143 143
         emlinketable = sql.Table(table_name, meta, sql.Column('uid', sql.VARCHAR(50), primary_key=True))

Loading…
Cancel
Save