changeset 623:31954f250366

Fix typo in `build_completed` docstring
author mgood
date Sun, 09 Aug 2009 08:46:53 +0000
parents a315e68e012a
children cc2383034358
files bitten/api.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/api.py
+++ b/bitten/api.py
@@ -43,7 +43,7 @@
         """Called when a build slave has completed a build, regardless of the
         outcome.
         
-        :param build: the build that was aborted
+        :param build: the build that was completed
         :type build: `Build`
         """
 
Copyright (C) 2012-2017 Edgewall Software