web/views/reledit.py
changeset 9492 c7fc56eecd1a
parent 9257 ce338133c92c
child 9893 cba05de9a1a0
--- a/web/views/reledit.py	Thu Jan 30 18:04:59 2014 +0100
+++ b/web/views/reledit.py	Tue Feb 04 15:29:29 2014 +0100
@@ -258,7 +258,7 @@
             _new_entity.eid = self._cw.varmaker.next()
             edit_entity = _new_entity
             # XXX see forms.py ~ 276 and entities.linked_to method
-            #     is there another way ?
+            #     is there another way?
             self._cw.form['__linkto'] = '%s:%s:%s' % (rschema, entity.eid, neg_role(role))
         assert edit_entity
         return label, edit_entity