This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Copy/paste error in "8.13.14.1.1. Using auto"
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, mrozekma, python-dev
Priority: normal Keywords:

Created on 2017-01-01 23:03 by mrozekma, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg284434 - (view) Author: Michael Mrozek (mrozekma) Date: 2017-01-01 23:03
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.
msg284444 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-02 02:49
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.python.org/cpython/rev/337d78a4a7bf
msg284445 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-01-02 02:49
Good catch! Thanks for the report, Michael.
History
Date User Action Args
2022-04-11 14:58:41adminsetgithub: 73315
2017-01-02 02:49:47berker.peksagsetstatus: open -> closed

type: behavior
versions: + Python 3.7
nosy: + berker.peksag

messages: + msg284445
resolution: fixed
stage: resolved
2017-01-02 02:49:06python-devsetnosy: + python-dev
messages: + msg284444
2017-01-01 23:03:59mrozekmacreate