[issue29129] Copy/paste error in "8.13.14.1.1. Using auto"

2017-01-01 Thread Berker Peksag
Berker Peksag added the comment: Good catch! Thanks for the report, Michael. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.7 ___ Python tracker

[issue29129] Copy/paste error in "8.13.14.1.1. Using auto"

2017-01-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5698d84d0187 by Berker Peksag in branch '3.6': Issue #29129: Fix typo in "Using auto" section https://hg.python.org/cpython/rev/5698d84d0187 New changeset 337d78a4a7bf by Berker Peksag in branch 'default': Issue #29129: Merge from 3.6 https://hg.pyt

[issue29129] Copy/paste error in "8.13.14.1.1. Using auto"

2017-01-01 Thread Michael Mrozek
New submission from Michael Mrozek: The "8.13.14.1.1 Using auto" section ( https://docs.python.org/3/library/enum.html#using-auto ) looks like it was copied from the subsequent "8.13.14.1.2 Using object" section, and a reference to "object" wasn't changed to "auto" in the first line.