mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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:
parent
2b28c3b871
commit
86aeacca67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue