From 7c5266d495524c0310a7ec20f7d60e0bbaf5189c Mon Sep 17 00:00:00 2001 From: Hunt Xu Date: Tue, 30 Jan 2018 15:16:54 +0800 Subject: [PATCH] orchestration: fix typo in doc Change-Id: I83d56c0210e1f091773dd7c0dc3d16af25d6eed2 Closes-Bug: #1706400 --- openstack/orchestration/v1/_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/orchestration/v1/_proxy.py b/openstack/orchestration/v1/_proxy.py index d83e469a7..161248c1a 100644 --- a/openstack/orchestration/v1/_proxy.py +++ b/openstack/orchestration/v1/_proxy.py @@ -27,7 +27,7 @@ class Proxy(proxy.BaseProxy): def create_stack(self, preview=False, **attrs): """Create a new stack from attributes - :param bool perview: When ``True``, returns + :param bool preview: When ``True``, returns an :class:`~openstack.orchestration.v1.stack.StackPreview` object, otherwise an :class:`~openstack.orchestration.v1.stack.Stack` object.