# HG changeset patch # User Matt Mackall # Date 1416412325 21600 # Node ID 7faa55c20b0efea8dfd1c782f79fa0f3343510ac # Parent 918c77775df6ea2f09b355e1f2bd8dbfb8b237e2 transaction: fix some docstring grammar diff -r 918c77775df6 -r 7faa55c20b0e mercurial/transaction.py --- 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))