File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,15 +231,15 @@ msgid ""
231231"Like ``getenv(s)``, but returns *NULL* if :option:`-E` was passed on the "
232232"command line (i.e. if ``Py_IgnoreEnvironmentFlag`` is set)."
233233msgstr ""
234- "类似 ``getenv(s)``,但是会在通过命令行传入 :option:`-E` 时返回 *NULL* (即设置了 "
235- "``Py_IgnoreEnvironmentFlag``)。"
234+ "类似 ``getenv(s)`` 但会在以下情况返回 *NULL* :如果通过命令行传入 :option:`-E` (即设置了 "
235+ "``Py_IgnoreEnvironmentFlag`` )。"
236236
237237#: ../../c-api/intro.rst:154
238238msgid ""
239239"Use this for unused arguments in a function definition to silence compiler "
240240"warnings, e.g. ``PyObject* func(PyObject *Py_UNUSED(ignored))``."
241241msgstr ""
242- "这个可用于函数定义中未使用的参数以消除编译器警告 ,例如 ``PyObject* func(PyObject "
242+ "这个可用于函数定义中未使用的参数以隐藏编译器警告 ,例如 ``PyObject* func(PyObject "
243243"*Py_UNUSED(ignored))``。"
244244
245245#: ../../c-api/intro.rst:163
You can’t perform that action at this time.
0 commit comments