From 4dc869ef858030afaf5cfb88ca087f96c647d457 Mon Sep 17 00:00:00 2001 From: mprahl Date: Nov 20 2019 19:42:54 +0000 Subject: Fix a typo in the _match_allow_build_rule docstring --- diff --git a/freshmaker/handlers/__init__.py b/freshmaker/handlers/__init__.py index 25d49d9..2cd25b6 100644 --- a/freshmaker/handlers/__init__.py +++ b/freshmaker/handlers/__init__.py @@ -329,7 +329,7 @@ class BaseHandler(object): If "all" is used, this method returns True if *all* dicts in list after the operator name matches the criteria. :rtype: bool - :return: True if the crtieria matches the rule. + :return: True if the criteria matches the rule. """ # If rule is list, check each item (which should be a dict) separately # and return True if any item matches. Support also tuples for