mercurial/changelog.py
changeset 45942 89a2afe31e82
parent 45728 232c88dd89e3
child 46197 2607a9346398
--- a/mercurial/changelog.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/mercurial/changelog.py	Fri Nov 27 17:03:29 2020 -0500
@@ -91,8 +91,8 @@
 
 
 class appender(object):
-    '''the changelog index must be updated last on disk, so we use this class
-    to delay writes to it'''
+    """the changelog index must be updated last on disk, so we use this class
+    to delay writes to it"""
 
     def __init__(self, vfs, name, mode, buf):
         self.data = buf