[Python-checkins] devguide (hg_transition): Typo spotted by Terry J. Reedy

eric.araujo python-checkins at python.org
Tue Mar 1 11:31:57 CET 2011


http://hg.python.org/devguide/rev/1c75014da80e
changeset:   350:1c75014da80e
branch:      hg_transition
user:        ?ric Araujo <merwok at netwok.org>
date:        Tue Mar 01 11:31:37 2011 +0100
summary:
  Typo spotted by Terry J. Reedy

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -119,7 +119,7 @@
    make patchcheck
 
 This will check and/or fix various common things people forget to do for
-patches, such as adding any new files needing for the patch to work (note
+patches, such as adding any new files needed for the patch to work (note
 that not all checks apply to non-core developers).
 
 Assume you are using the :ref:`mq approach <mq-workflow>` suggested earlier,

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list