Skip to content

Commit 9d1f9bf

Browse files
committed
remove spaces
1 parent 41c5ea8 commit 9d1f9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter3/06_How_to_use_a_process_in_a_subclass.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
print ('called run method in process: %s' % self.name)
5555
return
5656

57-
在主程序中,我们创建了一些 ``MyProcess()`` 的子类。当 ``start()`` 方法被调用的时候进程开始执行: ::
57+
在主程序中,我们创建了一些 ``MyProcess()`` 的子类。当 ``start()`` 方法被调用的时候进程开始执行: ::
5858

59-
p = MyProcess()
59+
p = MyProcess()
6060
p.start()
6161

6262
``join()`` 命令可以让主进程等待其他进程结束最后退出。

0 commit comments

Comments
 (0)