forked from orbit-oss/flask
fix typos
This commit is contained in:
parent
f9e9e77464
commit
13cc69911c
5 changed files with 10 additions and 10 deletions
|
|
@ -91,7 +91,7 @@ else:
|
|||
|
||||
def with_metaclass(meta, *bases):
|
||||
# This requires a bit of explanation: the basic idea is to make a
|
||||
# dummy metaclass for one level of class instanciation that replaces
|
||||
# dummy metaclass for one level of class instantiation that replaces
|
||||
# itself with the actual metaclass. Because of internal type checks
|
||||
# we also need to make sure that we downgrade the custom metaclass
|
||||
# for one level to something closer to type (that's why __call__ and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue