[Typo]:
Independent-X opened this issue · 1 comments
Independent-X commented
Python Version
3.12
Docs Page
https://docs.python.org/zh-cn/3.12/library/shutil.html#shutil.copyfileobj
Original Translation
将文件类对象 fsrc 的内容拷贝到文件类对象 fdst。
Original Docs Paragraph
Copy the contents of the file-like object fsrc to the file-like object fdst.
Suggested Fix
我的改进方案:
「文件类对象」应改为英文原文「file-like object」或「文件型对象」。因为在对应的术语对照表中,使用的是:「file-like object -- 文件型对象」,而非「文件类对象」。
并且,应当添加一个对术语对照表的链接。英文原文没有这个链接导致了一些阅读问题。
silkriver commented
翻译已修改,原文没加链接译文还是先不加了