# HG changeset patch # User Matt Mackall # Date 2014-11-19 15:52:05 # Node ID 7faa55c20b0efea8dfd1c782f79fa0f3343510ac # Parent 918c77775df6ea2f09b355e1f2bd8dbfb8b237e2 transaction: fix some docstring grammar diff --git a/mercurial/transaction.py b/mercurial/transaction.py --- a/mercurial/transaction.py +++ b/mercurial/transaction.py @@ -228,8 +228,8 @@ class transaction(object): 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))