mercurial/help.py
changeset 12401 4cdaf1adafc8
parent 12387 4f8067c94729
child 12771 c77f6276c9e7
--- a/mercurial/help.py	Fri Sep 24 12:00:55 2010 +0200
+++ b/mercurial/help.py	Fri Sep 24 12:46:54 2010 -0500
@@ -25,7 +25,7 @@
             break
 
     start = line[:3]
-    if start in ('"""', "'''"):
+    if start == '"""' or start == "'''":
         line = line[3:]
         while line:
             if line.rstrip().endswith(start):