[PATCH] eol: add missing word in module docstring

Georg Brandl georg at python.org
Thu Oct 21 10:02:18 CDT 2010


# HG changeset patch
# User Georg Brandl <georg at python.org>
# Date 1287673328 -7200
# Branch stable
# Node ID 8f6ddf15994ad2a694e8325c55bd7b5c080d6663
# Parent  598bf07fc89619e480f567c8421047d64187d560
eol: add missing word in module docstring

diff -r 598bf07fc896 -r 8f6ddf15994a hgext/eol.py
--- a/hgext/eol.py	Thu Oct 21 11:23:26 2010 +0200
+++ b/hgext/eol.py	Thu Oct 21 17:02:08 2010 +0200
@@ -51,7 +51,7 @@
 behavior. There are two settings:
 
 - ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or
-  ``CRLF`` override the default interpretation of ``native`` for
+  ``CRLF`` to override the default interpretation of ``native`` for
   checkout. This can be used with :hg:`archive` on Unix, say, to
   generate an archive where files have line endings for Windows.
 


More information about the Mercurial-devel mailing list