From bda13c88389c4aae9dec263f410db0499bef8010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Tue, 26 Mar 2024 07:34:36 +0100 Subject: [PATCH] squash: fix typo --- newa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newa/__init__.py b/newa/__init__.py index c3c477a..3543512 100644 --- a/newa/__init__.py +++ b/newa/__init__.py @@ -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.