Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3191915

Browse files
committed
[po] auto sync bot
1 parent 6cce1dd commit 3191915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

c-api/intro.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)."
233233
msgstr ""
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
238238
msgid ""
239239
"Use this for unused arguments in a function definition to silence compiler "
240240
"warnings, e.g. ``PyObject* func(PyObject *Py_UNUSED(ignored))``."
241241
msgstr ""
242-
"这个可用于函数定义中未使用的参数以消除编译器警告,例如 ``PyObject* func(PyObject "
242+
"这个可用于函数定义中未使用的参数以隐藏编译器警告,例如 ``PyObject* func(PyObject "
243243
"*Py_UNUSED(ignored))``。"
244244

245245
#: ../../c-api/intro.rst:163

0 commit comments

Comments
 (0)