On Mon, Jun 20, 2011 at 12:57 AM, eric.araujo <python-check...@python.org> wrote: > http://hg.python.org/devguide/rev/f55ad3dc4526 > changeset: 434:f55ad3dc4526 > user: Éric Araujo <mer...@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? > +* Has ``Misc/NEWS`` been updated? > * Has ``Misc/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 | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com