File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ msgstr "返回*o1* 、*o2*做矩阵乘法的结果,如果失败,返回 *NULL
5959msgid ""
6060"Return the floor of *o1* divided by *o2*, or *NULL* on failure. This is "
6161"equivalent to the \" classic\" division of integers."
62- msgstr ""
62+ msgstr "返回 *o1* 除以 *o2* 的向下取整后的结果,如果失败,返回 *NULL*。等价于 \" 传统 \" 的整数除法。 "
6363
6464#: ../../c-api/number.rst:49
6565msgid ""
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ msgstr ""
194194msgid ""
195195"How do I catch the output from PyErr_Print() (or anything that prints to "
196196"stdout/stderr)?"
197- msgstr ""
197+ msgstr "如何捕获PyErr_Print()(或打印到stdout / stderr的任何内容)的输出? "
198198
199199#: ../../faq/extending.rst:144
200200msgid ""
@@ -272,7 +272,7 @@ msgstr ""
272272
273273#: ../../faq/extending.rst:224
274274msgid "How do I debug an extension?"
275- msgstr ""
275+ msgstr "如何调试扩展? "
276276
277277#: ../../faq/extending.rst:226
278278msgid ""
@@ -311,7 +311,7 @@ msgstr ""
311311
312312#: ../../faq/extending.rst:259
313313msgid "How do I tell \" incomplete input\" from \" invalid input\" ?"
314- msgstr "如何从“无效输入”中输出“不完整输入 ”?"
314+ msgstr "如何区分“输入不完整”和“输入无效 ”?"
315315
316316#: ../../faq/extending.rst:261
317317msgid ""
You can’t perform that action at this time.
0 commit comments