Fix spelling of occurred (#10792)

This commit is contained in:
scottwedge
2020-10-08 13:55:52 -04:00
committed by GitHub
parent 174bef56d4
commit 732cd9901b
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ class FunctionRunner(Trainable):
except queue.Empty:
pass
# check if error occured inside the thread runner
# check if error occurred inside the thread runner
if result is None:
# only raise an error from the runner if all results are consumed
self._report_thread_runner_error(block=True)