changeset 23355:7faa55c20b0e

transaction: fix some docstring grammar
author Matt Mackall <mpm@selenic.com>
date Wed, 19 Nov 2014 09:52:05 -0600
parents 918c77775df6
children 140c21fbf4eb
files mercurial/transaction.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/transaction.py	Wed Nov 12 14:57:41 2014 +0000
+++ b/mercurial/transaction.py	Wed Nov 19 09:52:05 2014 -0600
@@ -228,8 +228,8 @@
     def registertmp(self, tmpfile, location=''):
         """register a temporary transaction file
 
-        Such file will be delete when the transaction exit (on both failure and
-        success).
+        Such files will be deleted when the transaction exits (on both
+        failure and success).
         """
         self._addbackupentry((location, '', tmpfile, False))