Fix misspelling
This commit is contained in:
parent
fbc11104fa
commit
ce4b54c119
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class MemoryUsageHandler(EventHandler):
|
|||
**kwargs,
|
||||
) -> None:
|
||||
if type(self) is MemoryUsageHandler:
|
||||
raise RuntimeError('Do not instanciate MemoryUsageHandler directly!')
|
||||
raise RuntimeError('Do not instantiate directly!')
|
||||
super().__init__(
|
||||
data_model=MemoryUsageDataModel(),
|
||||
**kwargs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue