improve doc and remove warnings

This commit is contained in:
Yun Xu
2017-07-02 10:02:04 -07:00
parent 3fff685c44
commit 5d00717f39
9 changed files with 628 additions and 41 deletions

View File

@@ -195,7 +195,7 @@ class Config(dict):
def load_environment_vars(self):
"""
Looks for any SANIC_ prefixed environment variables and applies
Looks for any ``SANIC_`` prefixed environment variables and applies
them to the configuration if present.
"""
for k, v in os.environ.items():