obsolete: fix one-element tuple in module docstring stable
authorMartin Geisler <martin@geisler.net>
Sat, 19 Apr 2014 20:12:53 +0200
branchstable
changeset 21166 bf2891877378
parent 21165 fde46c534935
child 21167 1ce131b3221e
obsolete: fix one-element tuple in module docstring
mercurial/obsolete.py
--- a/mercurial/obsolete.py	Sat Apr 19 19:53:46 2014 +0200
+++ b/mercurial/obsolete.py	Sat Apr 19 20:12:53 2014 +0200
@@ -31,7 +31,7 @@
 
 - When changeset A is replaced by changeset A', one marker is stored:
 
-    (A, (A'))
+    (A, (A',))
 
 - When changesets A and B are folded into a new changeset C, two markers are
   stored: