summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Harris <rick.harris@rackspace.com>2011-03-22 20:34:00 +0000
committerRick Harris <rick.harris@rackspace.com>2011-03-22 20:34:00 +0000
commitd8176eda3f31973a8718b98f35e202ff61c48bbc (patch)
tree162562eee5c65ea4aa053c31f75e79bde7e4ecce
parent0b62dbec751313efdbd71322df1374ce00488810 (diff)
downloadnova-d8176eda3f31973a8718b98f35e202ff61c48bbc.tar.gz
nova-d8176eda3f31973a8718b98f35e202ff61c48bbc.tar.xz
nova-d8176eda3f31973a8718b98f35e202ff61c48bbc.zip
Pep8 fix
-rw-r--r--nova/utils.py2
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 = {}