mercurial/help.py
changeset 10708 61c52fedbd45
parent 10364 de1e7099d100
child 10999 38182ed043b7
--- a/mercurial/help.py	Tue Mar 16 16:39:17 2010 +0100
+++ b/mercurial/help.py	Tue Mar 16 16:41:22 2010 +0100
@@ -25,7 +25,7 @@
             break
 
     start = line[:3]
-    if start == '\"\"\"' or start == "\'\'\'":
+    if start == '"""' or start == "'''":
         line = line[3:]
         while line:
             if line.rstrip().endswith(start):