Skip to content

Commit

Permalink
Update gusto/configuration.py
Browse files Browse the repository at this point in the history
Co-authored-by: tommbendall <[email protected]>
  • Loading branch information
JDBetteridge and tommbendall authored Jul 27, 2023
1 parent 939f4bb commit 0bc75c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __setattr__(self, name, value):
this attribute pre-defined.
"""
if name == 'log_level':
logger.warning("Set log level with environemnt variables, see `logging.py` for details")
logger.warning("Set log level with environment variables, see `logging.py` for details")
return
if not hasattr(self, name):
raise AttributeError("'%s' object has no attribute '%s'" % (type(self).__name__, name))
Expand Down

0 comments on commit 0bc75c0

Please sign in to comment.