From cdb61b42d78f8e3576bce5a69a418a6d3623c298 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Thu, 2 Aug 2012 23:12:34 +1000 Subject: [PATCH] Minor fix to map code comments. --- env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.py b/env.py index 5ea19db..5fb8b18 100644 --- a/env.py +++ b/env.py @@ -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 = {}