changeset 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 cddea24aafed
children a6a0698960cc
files hgext/eol.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.