Skip to content

Commit

Permalink
Merge pull request #42 from logicgogh/patch-1
Browse files Browse the repository at this point in the history
修复typo
  • Loading branch information
laixintao committed Sep 16, 2018
2 parents 85a54a6 + 0cd8dfc commit e37b0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter3/05_How_to_kill_a_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|how|
-----

在本例中,创建一个目标函数为 ``foo()`` 的进程。启动之后,我们通过 ``terminate(0`` 方法杀死它。 ::
在本例中,创建一个目标函数为 ``foo()`` 的进程。启动之后,我们通过 ``terminate()`` 方法杀死它。 ::

# 杀死一个进程
import multiprocessing
Expand Down

0 comments on commit e37b0ba

Please sign in to comment.