Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/TimothyFitz/buildbot
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/TimothyFitz/buildbot:
  Fix typo in docstring.
  • Loading branch information
Dustin J. Mitchell committed Jul 22, 2010
2 parents 0bf9bd8 + 23340a8 commit e2a23c6
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 e2a23c6

Please sign in to comment.