minor wording change

This commit is contained in:
Fabien Castan 2024-09-18 15:52:37 +02:00 committed by GitHub
parent f2b033a7bb
commit 9d301fed01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1030,7 +1030,7 @@ class BaseNode(BaseObject):
self._chunks[iteration].process()
def preprocess(self):
# Invoke the Node Description's pre-process for the Client Node to prep it's processing
# Invoke the Node Description's pre-process for the Client Node to prepare its processing
self.nodeDesc.preprocess(self)
def process(self, forceCompute=False):