Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/jonnyro/buildbot
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/jonnyro/buildbot:
  Fix typo in schedulers documentation.

Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
  • Loading branch information
Dustin J. Mitchell committed Apr 27, 2010
2 parents ed9740d + 8d8e6a0 commit 4b9e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cfg-schedulers.texinfo
Expand Up @@ -491,7 +491,7 @@ This class is only useful in conjunction with the @code{Trigger} step.
Here is a fully-worked example:

@example
from buildbot.schedulesr import basic, timed, triggerable
from buildbot.schedulers import basic, timed, triggerable
from buildbot.process import factory
from buildbot.steps import trigger
Expand Down

0 comments on commit 4b9e335

Please sign in to comment.