Fix typos

This commit is contained in:
Liam Young
2019-03-04 16:09:56 +00:00
parent 54dc2e29a9
commit cd93b2f374
+2 -2
View File
@@ -43,11 +43,11 @@ def launch_instance(instance_key, use_boot_volume=False, vm_name=None,
:param instance_key: Key to collect associated config data with.
:type instance_key: str
:param use_boot_volume: Whether to boot guest froma shared volume.
:param use_boot_volume: Whether to boot guest from a shared volume.
:type use_boot_volume: boolean
:param vm_name: Name to give guest.
:type vm_name: str
:param private_network_name: Name of private network to attatch guest to.
:param private_network_name: Name of private network to attach guest to.
:type private_network_name: str
:param image_name: Image name to use with guest.
:type image_name: str