From de5d31a2f09275264d3139720f5a287cef8b438b Mon Sep 17 00:00:00 2001 From: Tim Van Steenburgh Date: Thu, 15 Dec 2016 12:11:56 -0500 Subject: [PATCH] Remove incorrect docstring --- juju/unit.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.17.1