Issue 13278: Typo in documentation for sched module (original) (raw)

Issue13278

Created on 2011-10-27 16:58 by jfinkels, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg146506 - (view) Author: Jeffrey Finkelstein (jfinkels) * Date: 2011-10-27 16:58
In the documentation for the sched.scheduler.enter() function, change the phrase "Other then the relative time" to "Other than the relative time" (i.e. change "then" to "than").
msg146545 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-28 09:33
New changeset 3e72de3c8ad5 by Ezio Melotti in branch '2.7': #13278: fix typo. http://hg.python.org/cpython/rev/3e72de3c8ad5 New changeset 9c4b62f67a28 by Ezio Melotti in branch '3.2': #13278: fix typo. http://hg.python.org/cpython/rev/9c4b62f67a28 New changeset 64b2efa5009f by Ezio Melotti in branch 'default': #13278: merge with 3.2. http://hg.python.org/cpython/rev/64b2efa5009f
msg146546 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-28 09:36
Fixed, thanks for the report!
msg146561 - (view) Author: Jeffrey Finkelstein (jfinkels) * Date: 2011-10-28 14:14
Thank you for the great work, Python project! On Fri, Oct 28, 2011 at 5:36 AM, Ezio Melotti <report@bugs.python.org> wrote: > > Ezio Melotti <ezio.melotti@gmail.com> added the comment: > > Fixed, thanks for the report! > > ---------- > assignee: docs@python -> ezio.melotti > resolution:  -> fixed > stage:  -> committed/rejected > status: open -> closed > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue13278> > _______________________________________ >
History
Date User Action Args
2022-04-11 14:57:23 admin set github: 57487
2011-10-28 14:14:13 jfinkels set messages: +
2011-10-28 09:36:40 ezio.melotti set status: open -> closedmessages: + assignee: docs@python -> ezio.melottiresolution: fixedstage: resolved
2011-10-28 09:33:52 python-dev set nosy: + python-devmessages: +
2011-10-28 05:26:15 petri.lehtinen set nosy: + petri.lehtinen
2011-10-27 16:58:52 ezio.melotti set nosy: + ezio.melottiversions: - Python 2.6, Python 3.1, Python 3.4
2011-10-27 16:58:15 jfinkels create