fixed doc strings
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6cb63531 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6cb63531 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6cb63531 Branch: refs/heads/trunk Commit: 6cb635317786b25ff784a582e2368636180c2958 Parents: db3fe92 Author: mitch <[email protected]> Authored: Tue Dec 18 22:25:19 2018 -0500 Committer: mitch <[email protected]> Committed: Tue Dec 18 22:25:19 2018 -0500 ---------------------------------------------------------------------- libcloud/compute/drivers/nttcis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6cb63531/libcloud/compute/drivers/nttcis.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/nttcis.py b/libcloud/compute/drivers/nttcis.py index c9084d8..5fbf482 100644 --- a/libcloud/compute/drivers/nttcis.py +++ b/libcloud/compute/drivers/nttcis.py @@ -4872,7 +4872,7 @@ class NttCisNodeDriver(NodeDriver): :param consistency_group_id: Id of Consistency Group to delete :type ``str`` - :return: :return: True if response_code contains eiether + :return: True if response_code contains eiether 'IN_PROGRESS' or 'OK' otherwise False :rtype: ``bool`` """
