summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-15 01:03:18 +0000
committerGerrit Code Review <review@openstack.org>2013-01-15 01:03:18 +0000
commit090543f9e8295ba6155d725a5786efc07c86849e (patch)
treeaa58d0dfb712425f06749723e620ff9ffb943944 /nova/api
parentefe33f575f5daa58a2d718bf860e3496968d471b (diff)
parentc9239fef12cf8792c6c2c42f85c52c072a7610c0 (diff)
Merge "Fix typos in docstring"
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/cloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index 73a4a02ae..353d08714 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -148,7 +148,7 @@ def _properties_get_mappings(properties):
def _format_block_device_mapping(bdm):
- """Contruct BlockDeviceMappingItemType
+ """Construct BlockDeviceMappingItemType
{'device_name': '...', 'snapshot_id': , ...}
=> BlockDeviceMappingItemType
"""