Skip to content

Commit

Permalink
Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyFitz committed Jul 22, 2010
1 parent 0bf9bd8 commit 23340a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/schedulers/basic.py
Expand Up @@ -115,7 +115,7 @@ def decide_and_remove_changes(self, t, important, unimportant):
If I decide that a build should be performed, I will add the
appropriate BuildRequest to the database queue, and remove the
(retired) changes that went into it from the scheduler_changes tabke.
(retired) changes that went into it from the scheduler_changes table.
Returns wakeup_delay: either None, or a float indicating when this
scheduler wants to be woken up next. The Scheduler is responsible for
Expand Down

0 comments on commit 23340a8

Please sign in to comment.