python / python-docs-zh-cn

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

py3.11 en-us “Introduction to the multiprocessing.dummy module” #293

Closed guoyaohua closed 1 year ago

guoyaohua commented 1 year ago

Documentation

multiprocessing.dummy 复制了 multiprocessing 的 API,不过是在 threading 模块之上包装了一层。”

Should it be "multiprocessing.dummy 复制了 threading 的 API,不过是在 threading 模块之上包装了一层。"?

(A clear and concise description of the issue.)

https://docs.python.org/zh-cn/3/library/multiprocessing.html#module-multiprocessing.dummy

hugovk commented 1 year ago

Please could a core dev transfer this to the https://github.com/python/python-docs-zh-cn repo? There should be a "Transfer issue" link on the right --->

And let's ping the translation contact @zhsj.

Thanks!

zhsj commented 1 year ago

Please could a core dev transfer this to the https://github.com/python/python-docs-zh-cn repo? There should be a "Transfer issue" link on the right --->

And let's ping the translation contact @zhsj.

Thanks!

Sorry, I don't have permission in cpython repo.

@JulienPalard could you help transfer this issue to python-docs-zh-cn.