[Python-Dev] [Python-checkins] devguide: Fix copy-paste glitch :) (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sun Jun 19 17🔞03 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: edit and rewrite
- Next message: [Python-Dev] [Python-checkins] devguide: Add a communications section to the devguide FAQ (closes #11690)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 20, 2011 at 12:57 AM, eric.araujo <python-checkins at python.org> wrote:
http://hg.python.org/devguide/rev/f55ad3dc4526 changeset:  434:f55ad3dc4526 user:     Éric Araujo <merwok at netwok.org> date:     Sun Jun 19 16:56:58 2011 +0200 summary:  Fix copy-paste glitch :)
files: Â committing.rst | Â 2 +- Â 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/committing.rst b/committing.rst --- a/committing.rst +++ b/committing.rst @@ -16,7 +16,7 @@ (using Tools/scripts/reindent-rst.py) Â * Has the documentation been updated? Â * Has the test suite been updated? -* Has
Misc/ACKS
been updated? +* HasMisc/NEWS
been updated? Â * HasMisc/ACKS
been updated? Â * Has the test suite been run?
D'oh! I had it right at one point, too, but then I rearranged it and must have clobbered the wrong line in the process. Thanks for fixing it :)
Cheers, Nick.
-- Nick Coghlan  |  ncoghlan at gmail.com  |  Brisbane, Australia
- Previous message: [Python-Dev] [Python-checkins] cpython: edit and rewrite
- Next message: [Python-Dev] [Python-checkins] devguide: Add a communications section to the devguide FAQ (closes #11690)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]