Skip to content

Commit

Permalink
squash: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Mar 26, 2024
1 parent 7016c75 commit bda13c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def eval_test(
"""
Evaluate a test expression.
:param test: expressio to evaluate. It must be a Jinja2-compatible expression.
:param test: expression to evaluate. It must be a Jinja2-compatible expression.
:param environment: Jinja2 environment to use.
:param variables: variables to pass to the template.
:returns: whether the expression evaluated to true-ish value.
Expand Down

0 comments on commit bda13c8

Please sign in to comment.