We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1774cb4 + 55fa8dc commit fc9111bCopy full SHA for fc9111b
chapter1/11_Start_working_with_threads_in_Python.rst
@@ -48,7 +48,7 @@
48
# end the main process
49
print("Process Ended")
50
51
-运行上面的代码,需要用Python IDE打开 ``calling_Process.py`` 然后按下 F5.
+运行上面的代码,需要用Python IDE打开 ``helloPythonWithThreads.py`` 然后按下 F5.
52
53
在Python shell中你将看到以下输出:
54
0 commit comments