changeset 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 1ce131b3221e
files mercurial/obsolete.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: