Path: Correct method name spelling error

This commit is contained in:
Russell Johnson
2022-03-31 21:12:28 -05:00
parent 0938c98b6c
commit 5e852b1791

View File

@@ -86,7 +86,7 @@ class DressupPathBoundary(object):
def __setstate__(self, state):
return None
def onDcoumentRestored(self, obj):
def onDocumentRestored(self, obj):
self.obj = obj
def onDelete(self, obj, args):