[issue46363] Two typos in verions 3.7 document translation of zh_CN

2022-01-13 Thread Alex Waygood
Change by Alex Waygood : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46363] Two typos in verions 3.7 document translation of zh_CN

2022-01-13 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Is this also in newer versions? Can you submit a pull request to fix it in the main branch? -- nosy: +iritkatriel ___ Python tracker

[issue46363] Two typos in verions 3.7 document translation of zh_CN

2022-01-12 Thread perlang
New submission from perlang : In this URL, https://docs.python.org/zh-cn/3.7/library/ctypes.html There are two typos of '回掉' , the correct should be '回调'(means callback) I think. Best Regards, perlang -- assignee: docs@python components: Documentation messages: 410459 nosy: