Skip to content

Commit

Permalink
Merge pull request #34 from zephyrzoom/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
laixintao committed Jul 6, 2018
2 parents acc7a5f + 77109ca commit 1c73ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter3/01_Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

在Python多进程的官方文档中,明确指出 ``multiprocessing`` 模块要求,使用此模块的函数的main模块对子类来说必须是可导入的( https://docs.python.org/3.3/library/multiprocessing.html )。

``__main__`` 在IELE中并不是可以导入的,即使你在IDLE中将文件当做一个脚本来运行。为了能正确使用此模块,本章我们将在命令行使用下面的命令运行脚本: ::
``__main__`` 在IDLE中并不是可以导入的,即使你在IDLE中将文件当做一个脚本来运行。为了能正确使用此模块,本章我们将在命令行使用下面的命令运行脚本: ::

python multiprocessing example.py

Expand Down

0 comments on commit 1c73ab3

Please sign in to comment.