Merge "orchestration: fix typo in doc"

This commit is contained in:
Zuul
2018-01-30 22:33:41 +00:00
committed by Gerrit Code Review

View File

@@ -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.