# HG changeset patch # User mgood # Date 1249807613 0 # Node ID 31954f250366a71f9acb2fbf354b705542a3e219 # Parent a315e68e012a0ab5b74e1336d5d9db00f8d4fd66 Fix typo in `build_completed` docstring diff --git a/bitten/api.py b/bitten/api.py --- 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` """