Merge branch 'master' into develop

This commit is contained in:
Griatch 2021-05-30 09:15:49 +02:00
commit 52ada8fa80
5 changed files with 5 additions and 5 deletions

View file

@ -691,7 +691,7 @@ def validate_prototype(
err=err, protkey=protkey, typeclass=typeclass)
)
# recursively traverese prototype_parent chain
# recursively traverse prototype_parent chain
for protstring in make_iter(prototype_parent):
protstring = protstring.lower()