Skip to content

Commit f8f0c90

Browse files
authored
Merge pull request #388 from timgates42/bugfix_typo_running
docs: fix simple typo, runnning -> running
2 parents 274058d + b45f391 commit f8f0c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bonobo/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ConfigurationError(Exception):
3030

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

3535

3636
class AbstractError(UnrecoverableError, NotImplementedError):

0 commit comments

Comments
 (0)