Skip to content

Commit

Permalink
Fix typo in example in BuildSlaves docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Aug 6, 2010
1 parent ed58695 commit 8a68180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/cfg-buildslaves.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ describing the problem will be put in the log file (see @ref{Logfiles}).

@example
from buildbot.buildslave import BuildSlave
c['slaves'] = [BuildSlave('bot-solaris', 'solarispasswd')
BuildSlave('bot-bsd', 'bsdpasswd')
c['slaves'] = [BuildSlave('bot-solaris', 'solarispasswd'),
BuildSlave('bot-bsd', 'bsdpasswd'),
]
@end example

Expand Down

0 comments on commit 8a68180

Please sign in to comment.