[Python-checkins] devguide: Fix a typo found by Eli Bendersky.

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


brett.cannon pushed 5d3526219102 to devguide:

http://hg.python.org/devguide/rev/5d3526219102
changeset:   48:5d3526219102
user:        Brett Cannon <brett at python.org>
date:        Sat Jan 08 11:50:37 2011 -0800
summary:
  Fix a typo found by Eli Bendersky.

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -108,7 +108,7 @@
 Once your patch has reached an acceptable state (and thus considered
 "accepted"), it will either be committed or rejected. If it is rejected, please
 do not take it personally! Your work is still appreciated regardless of whether
-your patch is committed. Balancing what *does* and *`does not* go into Python
+your patch is committed. Balancing what *does* and *does not* go into Python
 is tricky and we simply cannot accept everyone's contributions.
 
 But if your patch is committed it will then go into Python's VCS to be released

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


More information about the Python-checkins mailing list