diff mercurial/obsolete.py @ 21166:bf2891877378 stable

obsolete: fix one-element tuple in module docstring
author Martin Geisler <martin@geisler.net>
date Sat, 19 Apr 2014 20:12:53 +0200
parents fde46c534935
children a56038e6a3c9 b27c3beaaf30
line wrap: on
line diff
--- 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: