improve doc and remove warnings
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user