python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

concurrent.futures 中两处翻译错误 #277

Closed labo-China closed 1 year ago

labo-China commented 2 years ago

https://docs.python.org/zh-cn/3/library/concurrent.futures.html

在 ThreadPoolExecutor 下面第二行

原文:

“当回调已关联了一个 Future 然后再等待另一个Future 的结果时就会发产死锁情况。例如:”

其中的 “再” 应改为 “在”,“发产” 应改为 “导致”

silkriver commented 2 years ago

fixed