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 = {}