Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored and Simon Brugman committed Jun 23, 2021
1 parent 9082f2c commit 73101e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion popmon/alerting/compute_tl_bounds.py
Expand Up @@ -276,7 +276,7 @@ def pull_bounds(
).sum() == 0, "Traffic lights not sorted!"

if cols is None or len(cols) == 0:
# if no columns are given, find colums for which pulls can be calculated.
# if no columns are given, find columns for which pulls can be calculated.
# e.g. to calculate x_pull, need to have [x, x_mean, x_std] present. If so, put x in cols.
cols = []
for m in row.index.to_list():
Expand Down
2 changes: 1 addition & 1 deletion popmon/resources.py
Expand Up @@ -101,7 +101,7 @@ def templates_env(filename=None, **kwargs):
:param str filename: the name of the template to get retrieved.
:param kwargs: residual keyword arguments which would be used for rendering
:returns: template if a filename is provided (rendered given that keyword arguemnts are provided)
:returns: template if a filename is provided (rendered given that keyword arguments are provided)
otherwise: environment of the templates directory
"""
if filename:
Expand Down

0 comments on commit 73101e6

Please sign in to comment.