Merge pull request #831 from yunstanford/auto-doc

Improve Documentation.
This commit is contained in:
Raphael Deem
2017-07-12 20:20:51 -07:00
committed by GitHub
10 changed files with 653 additions and 25 deletions

View File

@@ -196,7 +196,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():