##// END OF EJS Templates
transaction: fix some docstring grammar
Matt Mackall -
r23355:7faa55c2 default
parent child Browse files
Show More
@@ -228,8 +228,8 b' class transaction(object):'
228 def registertmp(self, tmpfile, location=''):
228 def registertmp(self, tmpfile, location=''):
229 """register a temporary transaction file
229 """register a temporary transaction file
230
230
231 Such file will be delete when the transaction exit (on both failure and
231 Such files will be deleted when the transaction exits (on both
232 success).
232 failure and success).
233 """
233 """
234 self._addbackupentry((location, '', tmpfile, False))
234 self._addbackupentry((location, '', tmpfile, False))
235
235
General Comments 0
You need to be logged in to leave comments. Login now