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.