Skip to content

Commit

Permalink
docs: fix English
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 19, 2019
1 parent 469f168 commit 66ad2b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aiotools/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ def start_server(worker_actxmgr: AsyncServerContextManager,
The default is same to what :mod:`multiprocessing` uses.
Only effective when **use_threading** is ``False``.
Note that if other libraries rely on :mod:`multiprocessing`
which is called before aiotools, you need to use
:func:`multiprocessing.set_start_method()` earlier than
both aiotools and such libraries *without* settings this
Note that if there are other libraries that rely on
:mod:`multiprocessing` called before aiotools, you need to
invoke :func:`multiprocessing.set_start_method()` earlier than
both aiotools and such libraries *without* setting this
argument as it changes the global context of
:mod:`multiprocessing`.
Expand Down

0 comments on commit 66ad2b1

Please sign in to comment.