Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 21, 2019
1 parent 99e8c6d commit a41469b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/supervisor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ thread, you may use method
task_supervisor.block()
which will just sleep until task supervisor is active.
which will just sleep while task supervisor is active.

Timeouts
========
Expand Down
4 changes: 2 additions & 2 deletions doc/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ methods from the module where the worker is started:
.. warning::

Multiprocessing executor function should always finish correctly, without
any exceptions otherwise callback function is be never called and task
become "freezed" in pool.
any exceptions otherwise callback function is never called and task become
"freezed" in pool.

*myworker.py*

Expand Down

0 comments on commit a41469b

Please sign in to comment.