diff options
author | Rick Harris <rick.harris@rackspace.com> | 2011-03-22 20:34:00 +0000 |
---|---|---|
committer | Rick Harris <rick.harris@rackspace.com> | 2011-03-22 20:34:00 +0000 |
commit | d8176eda3f31973a8718b98f35e202ff61c48bbc (patch) | |
tree | 162562eee5c65ea4aa053c31f75e79bde7e4ecce /nova/utils.py | |
parent | 0b62dbec751313efdbd71322df1374ce00488810 (diff) | |
download | nova-d8176eda3f31973a8718b98f35e202ff61c48bbc.tar.gz nova-d8176eda3f31973a8718b98f35e202ff61c48bbc.tar.xz nova-d8176eda3f31973a8718b98f35e202ff61c48bbc.zip |
Pep8 fix
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index f43ba2e7e..7b96a0daf 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -621,7 +621,7 @@ def partition_dict(dict_, keys): def map_dict_keys(dict_, key_map): - """Return a dictionary in which the dictionaries keys are mapped to + """Return a dictionary in which the dictionaries keys are mapped to new keys. """ mapped = {} |