Remove incorrect docstring
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 15 Dec 2016 17:11:56 +0000 (12:11 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Thu, 15 Dec 2016 17:11:56 +0000 (12:11 -0500)
juju/unit.py

index ea51345..9a75404 100644 (file)
@@ -108,9 +108,6 @@ class Unit(model.ModelEntity):
         :param int timeout: Time to wait before command is considered failed
         :returns: A :class:`juju.action.Action` instance.
 
-        Returns a tuple containing the stdout, stderr, and return code
-        from the command.
-
         """
         action = client.ActionFacade()
         action.connect(self.connection)