[PATCH 2 of 2] rst2man: s/dont/don't/ in comment

Christian Ebert blacktrash at gmx.net
Fri Dec 4 05:48:51 CST 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1259927303 -3600
# Node ID 9945a39d171f3f557ba8482ba4d1c1c586061cac
# Parent  9c142ed9c4052275c3d50135c6a808f625d49ab3
rst2man: s/dont/don't/ in comment

diff --git a/doc/rst2man.py b/doc/rst2man.py
--- a/doc/rst2man.py
+++ b/doc/rst2man.py
@@ -228,7 +228,7 @@
 
                 'problematic' : ('\n.nf\n', '\n.fi\n'),
                     }
-        # NOTE dont specify the newline before a dot-command, but ensure
+        # NOTE don't specify the newline before a dot-command, but ensure
         # it is there.
 
     def comment_begin(self, text):


More information about the Mercurial-devel mailing list