diff options
| author | Changbin Liu <changbin.liu@gmail.com> | 2013-01-14 15:48:04 -0500 |
|---|---|---|
| committer | Changbin Liu <changbin.liu@gmail.com> | 2013-01-14 15:56:25 -0500 |
| commit | c9239fef12cf8792c6c2c42f85c52c072a7610c0 (patch) | |
| tree | a8fa9345161b9f838b220e3d66d233a18ec91330 /nova/api | |
| parent | b097b59c375c853170954724bbc6bdfff24e08ea (diff) | |
Fix typos in docstring
* code in bin/
* code in nova/api/
Change-Id: Ic643d640b66785d4bb54defcddc3d2312292bfdf
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/cloud.py | 2 |
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 """ |
