Skip to content

Commit dd06f68

Browse files
committed
woops lint, my editor was set up for the wrong line length
1 parent d2c612d commit dd06f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

effect/_intents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class ParallelEffects(object):
3030
An effect intent that asks for a number of effects to be run in parallel,
3131
and for their results to be gathered up into a sequence.
3232
33-
:func:`effect.async.perform_parallel_async` can perform this Intent assuming
34-
all child effects have asynchronous performers.
33+
:func:`effect.async.perform_parallel_async` can perform this Intent
34+
assuming all child effects have asynchronous performers.
3535
:func:`effect.threads.perform_parallel_with_pool` can perform blocking
3636
performers in a thread pool.
3737

0 commit comments

Comments
 (0)