eol: add missing word in module docstring stable
authorGeorg Brandl <georg@python.org>
Thu, 21 Oct 2010 17:02:08 +0200
branchstable
changeset 12802 c82cd7b08158
parent 12801 cddea24aafed
child 12803 a6a0698960cc
eol: add missing word in module docstring
hgext/eol.py
--- a/hgext/eol.py	Thu Oct 21 10:13:03 2010 -0500
+++ 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.