mirror of
https://github.com/google/pebble.git
synced 2025-11-18 13:30:56 -05:00
spelling: instantiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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,), {})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user