# HG changeset patch # User hodgestar # Date 1287410600 0 # Node ID c837eaf8ff2ecf50edbeaf17e1157ed07a8be994 # Parent 95696a84e1facce7710f4019d248790d6724869e Fix docstring complaints from epydoc. diff --git a/bitten/slave.py b/bitten/slave.py --- a/bitten/slave.py +++ b/bitten/slave.py @@ -84,7 +84,8 @@ Normal key/value items are treated as regular parameters, but key/tuple items are treated as files, where a value tuple is a (filename, data) tuple. - For example: + For example:: + fields = { 'foo': 'bar', 'foofile': ('foofile.txt', 'contents of foofile'), @@ -208,7 +209,7 @@ :param poll_interval: the time in seconds to wait between requesting builds from the build master (default is five minutes) - :param keep_alive_interval: the time in seconds to wait between sending + :param keepalive_interval: the time in seconds to wait between sending keepalive heartbeats (default is 30 seconds) :param username: the username to use when authentication against the build master is requested