From: Tim Van Steenburgh Date: Thu, 15 Dec 2016 17:11:56 +0000 (-0500) Subject: Remove incorrect docstring X-Git-Tag: 0.1.0~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=de5d31a2f09275264d3139720f5a287cef8b438b Remove incorrect docstring --- diff --git a/juju/unit.py b/juju/unit.py index ea51345..9a75404 100644 --- a/juju/unit.py +++ b/juju/unit.py @@ -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)