Merge pull request #388 from timgates42/bugfix_typo_running

docs: fix simple typo, runnning -> running
This commit is contained in:
Romain Dorgueil
2021-01-01 06:32:01 +01:00
committed by GitHub

View File

@ -30,7 +30,7 @@ class ConfigurationError(Exception):
class UnrecoverableError(Exception): class UnrecoverableError(Exception):
"""Flag for errors that must interrupt the workflow, either because they will happen for sure on each node run, or """Flag for errors that must interrupt the workflow, either because they will happen for sure on each node run, or
because you know that your transformation has no point continuing runnning after a bad event.""" because you know that your transformation has no point continuing running after a bad event."""
class AbstractError(UnrecoverableError, NotImplementedError): class AbstractError(UnrecoverableError, NotImplementedError):