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: Typo in documentation for sched module
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, ezio.melotti, jfinkels, petri.lehtinen, python-dev
Priority: normal Keywords:

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:23adminsetgithub: 57487
2011-10-28 14:14:13jfinkelssetmessages: + msg146561
2011-10-28 09:36:40ezio.melottisetstatus: open -> closed
messages: + msg146546

assignee: docs@python -> ezio.melotti
resolution: fixed
stage: resolved
2011-10-28 09:33:52python-devsetnosy: + python-dev
messages: + msg146545
2011-10-28 05:26:15petri.lehtinensetnosy: + petri.lehtinen
2011-10-27 16:58:52ezio.melottisetnosy: + ezio.melotti

versions: - Python 2.6, Python 3.1, Python 3.4
2011-10-27 16:58:15jfinkelscreate