From 4ee7dcb3ee3802d346d0107ec94270a131e3d16d Mon Sep 17 00:00:00 2001 From: DeliangFan Date: Tue, 4 Aug 2015 16:48:54 +0800 Subject: [PATCH] Fix syntax error of shell description Correct the word mapping. Change-Id: Ibc8c4afff846f9f88374d99452619522ccc080b0 Closes-Bug: #1481234 --- cloudkittyclient/v1/rating/hashmap/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudkittyclient/v1/rating/hashmap/shell.py b/cloudkittyclient/v1/rating/hashmap/shell.py index f392af5..87b03f9 100644 --- a/cloudkittyclient/v1/rating/hashmap/shell.py +++ b/cloudkittyclient/v1/rating/hashmap/shell.py @@ -131,7 +131,7 @@ def do_hashmap_field_delete(cc, args={}): help='Group id', required=False) def do_hashmap_mapping_create(cc, args={}): - """Create a ampping.""" + """Create a mapping.""" arg_to_field_mapping = { 'cost': 'cost', 'value': 'value', @@ -291,7 +291,7 @@ def do_hashmap_group_delete(cc, args={}): help='Group id', required=False) def do_hashmap_threshold_create(cc, args={}): - """Create a ampping.""" + """Create a mapping.""" arg_to_field_mapping = { 'level': 'level', 'cost': 'cost',