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? +* Has ``Misc/NEWS`` been updated? * Has ``Misc/ACKS`` been updated? * Has the test suite been run? -- Repository URL: http://hg.python.org/devguide