mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: instantiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
24dd728cf1
commit
ec3d12929e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ResourceGeneratorMetaclass(type):
|
|||
if cls.type:
|
||||
_ResourceGenerators[cls.type] = cls
|
||||
|
||||
# Instatiate the metaclass into a baseclass we can use elsewhere.
|
||||
# Instantiate the metaclass into a baseclass we can use elsewhere.
|
||||
ResourceGeneratorBase = ResourceGeneratorMetaclass('ResourceGenerator', (object,), {})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue