Minor fix to map code comments.

This commit is contained in:
Steven Honson
2012-08-02 23:12:34 +10:00
parent 9766bb94bb
commit cdb61b42d7
+1 -1
View File
@@ -56,7 +56,7 @@ def prefix(prefix):
def map(**kwargs):
"""Returns a dictionary of the given keyword arguments mapped to their
values from the environment, with input and output keys lower cased.
values from the environment, with input keys lower cased.
"""
d = {}