[Python-Dev] [Python-checkins] devguide: Fix copy-paste glitch :)

Nick Coghlan ncoghlan at gmail.com
Sun Jun 19 17:18:03 CEST 2011


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?
> +* 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   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list