mercurial/dagop.py
changeset 45942 89a2afe31e82
parent 45416 4ebc5f325bed
child 46113 59fa3890d40a
--- a/mercurial/dagop.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/mercurial/dagop.py	Fri Nov 27 17:03:29 2020 -0500
@@ -682,7 +682,7 @@
 
 
 def _annotatepair(parents, childfctx, child, skipchild, diffopts):
-    r'''
+    r"""
     Given parent and child fctxes and annotate data for parents, for all lines
     in either parent that match the child, annotate the child with the parent's
     data.
@@ -691,7 +691,7 @@
     annotate data as well such that child is never blamed for any lines.
 
     See test-annotate.py for unit tests.
-    '''
+    """
     pblocks = [
         (parent, mdiff.allblocks(parent.text, child.text, opts=diffopts))
         for parent in parents