[Python-checkins] devguide: Tweak the wording on what 'make patchcheck' does.

brett.cannon python-checkins at python.org
Sat Jan 8 20:57:14 CET 2011


brett.cannon pushed c7e539bf49e8 to devguide:

http://hg.python.org/devguide/rev/c7e539bf49e8
changeset:   49:c7e539bf49e8
user:        Brett Cannon <brett at python.org>
date:        Sat Jan 08 11:53:16 2011 -0800
summary:
  Tweak the wording on what 'make patchcheck' does.

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -58,8 +58,8 @@
 
     make patchcheck
 
-This will make sure extraneous whitespace has been removed from your patch,
-etc.
+This will check and/or fix various common things people forget to do for
+patches.
 
 To create your patch, you should generate a unified diff from your checkout's
 top-level directory::

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


More information about the Python-checkins mailing list