[migractions] fix comment to avoid ambiguity. Closes #2015260
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 26 Jan 2012 15:55:27 +0100
changeset 8181 166ad5458ed8
parent 8180 1f6ba9afb925
child 8183 7d658ea27ec5
[migractions] fix comment to avoid ambiguity. Closes #2015260
server/migractions.py
--- a/server/migractions.py	Wed Jan 18 15:27:08 2012 +0100
+++ b/server/migractions.py	Thu Jan 26 15:55:27 2012 +0100
@@ -1468,7 +1468,7 @@
     def rqliter(self, rql, kwargs=None, ask_confirm=True):
         return ForRqlIterator(self, rql, kwargs, ask_confirm)
 
-    # broken db commands ######################################################
+    # low-level commands to repair broken system database ######################
 
     def cmd_change_attribute_type(self, etype, attr, newtype, commit=True):
         """low level method to change the type of an entity attribute. This is