buildman: type cotaining
%s/cotaining/containing/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
2b28c3b871
commit
86aeacca67
@@ -119,7 +119,7 @@ class Expr:
|
||||
"""Set up a new Expr object.
|
||||
|
||||
Args:
|
||||
expr (str): String cotaining regular expression to store
|
||||
expr (str): String containing regular expression to store
|
||||
"""
|
||||
self._expr = expr
|
||||
self._re = re.compile(expr)
|
||||
|
||||
Reference in New Issue
Block a user