docs: Fix typos in deployment page.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0d8485fb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0d8485fb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0d8485fb Branch: refs/heads/trunk Commit: 0d8485fb48fc5acaa8142c0f5bfc653dcf549998 Parents: b6c2530 Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 17 19:57:59 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 17 19:57:59 2013 +0100 ---------------------------------------------------------------------- docs/compute/deployment.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0d8485fb/docs/compute/deployment.rst ---------------------------------------------------------------------- diff --git a/docs/compute/deployment.rst b/docs/compute/deployment.rst index 693d5bb..304457a 100644 --- a/docs/compute/deployment.rst +++ b/docs/compute/deployment.rst @@ -56,8 +56,8 @@ using LIBCLOUD_DEBUG method which is described on the :func:`libcloud.compute.base.NodeDriver.deploy_node` takes the same base keyword arguments as the :func:`libcloud.compute.base.NodeDriver.create_node` -method a couple of additional arguments. The most important ones are ``deploy`` -and ``auth``: +method and couple of additional arguments. The most important ones are +``deploy`` and ``auth``: * ``deploy`` argument specifies which deployment step or steps to run after the server has been created. @@ -67,7 +67,8 @@ and ``auth``: log in. For more information, please see the create_node and deploy_node method docstring. -Examples which demonstrates how this method can be used are displayed bellow. +Some examples which demonstrate how this method can be used are displayed +bellow. Run a single deploy step using ScriptDeployment class -----------------------------------------------------
