mercurial/match.py
changeset 45946 464539c305aa
parent 45942 89a2afe31e82
child 45999 c4c7a6b61146
--- a/mercurial/match.py	Thu Oct 01 18:51:40 2020 +0200
+++ b/mercurial/match.py	Fri Nov 27 19:35:37 2020 -0500
@@ -107,7 +107,7 @@
 
 
 def _kindpatsalwaysmatch(kindpats):
-    """ "Checks whether the kindspats match everything, as e.g.
+    """Checks whether the kindspats match everything, as e.g.
     'relpath:.' does.
     """
     for kind, pat, source in kindpats: