changeset 870:c837eaf8ff2e

Fix docstring complaints from epydoc.
author hodgestar
date Mon, 18 Oct 2010 14:03:20 +0000
parents 95696a84e1fa
children f320205ca1f9
files bitten/slave.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
Copyright (C) 2012-2017 Edgewall Software