diff hgext/eol.py @ 12802:c82cd7b08158 stable

eol: add missing word in module docstring
author Georg Brandl <georg@python.org>
date Thu, 21 Oct 2010 17:02:08 +0200
parents 2ae4d6c31dcc
children 75e4fade4ad9 278e3c9b939e
line wrap: on
line diff
--- 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.