Skip to content

Commit b45f391

Browse files
committed
docs: fix simple typo, runnning -> running
There is a small typo in bonobo/errors.py. Should read `running` rather than `runnning`.
1 parent 274058d commit b45f391

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)