Skip to content

Commit 7c69a6d

Browse files
authored
Update 2.md
修正笔误
1 parent 39b1d5b commit 7c69a6d

File tree

1 file changed

+1
-1
lines changed
  • Article/PythonBasis/python13

1 file changed

+1
-1
lines changed

Article/PythonBasis/python13/2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ if __name__ == '__main__':
313313
从 Queue 读取的值为:四点水
314314
```
315315

316-
Python 还提供了 Event 对象用于线程间通信,它是由线程设置的信号标志,如果信号标志位真,则其他线程等待直到信号接触
316+
Python 还提供了 Event 对象用于线程间通信,它是由线程设置的信号标志,如果信号标志位真,则其他线程等待直到信号结束
317317

318318
Event 对象实现了简单的线程通信机制,它提供了设置信号,清楚信号,等待等用于实现线程间的通信。
319319

0 commit comments

Comments
 (0)