Skip to content

Commit fc9111b

Browse files
authored
Merge pull request #62 from reveriel/patch-1
修正文件名
2 parents 1774cb4 + 55fa8dc commit fc9111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/11_Start_working_with_threads_in_Python.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# end the main process
4949
print("Process Ended")
5050

51-
运行上面的代码,需要用Python IDE打开 ``calling_Process.py`` 然后按下 F5.
51+
运行上面的代码,需要用Python IDE打开 ``helloPythonWithThreads.py`` 然后按下 F5.
5252

5353
在Python shell中你将看到以下输出:
5454

0 commit comments

Comments
 (0)