# HG changeset patch
# User liscju <piotr.listkiewicz@gmail.com>
# Date 1472804336 -7200
#      Fri Sep 02 10:18:56 2016 +0200
# Node ID 02c150850e162a853f1d266eae3632e63fb016bb
# Parent  4c28ddda5d481886157f52bb2fce7928435d4892
obsolete: fix minor module documentation issues

diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py
--- a/mercurial/obsolete.py
+++ b/mercurial/obsolete.py
@@ -42,9 +42,9 @@
 
     (A, ())
 
-- When changeset A is split into B and C, a single marker are used:
+- When changeset A is split into B and C, a single marker is used:
 
-    (A, (C, C))
+    (A, (B, C))
 
   We use a single marker to distinguish the "split" case from the "divergence"
   case. If two independent operations rewrite the same changeset A in to A' and