Skip to content

Commit 394ac76

Browse files
committed
Fix readme linting
1 parent 175efcb commit 394ac76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ decorator::
8282
This also makes it easier to dynamically control the number of
8383
thread/processes in the executor pool. The syntax is a little weird, but
8484
this is just explicitly invoking a decorator that has optional arguments::
85+
8586
>>> # Set the number of executer threads to 10
8687
>>> foo_threaded = lox.thread(10)(foo)
8788

0 commit comments

Comments
 (0)