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

Skip to content

Commit 5502f52

Browse files
[po] auto sync
1 parent 6649c5f commit 5502f52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/io.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ msgid ""
915915
"file which will be opened. In this case closefd must be ``True`` (the "
916916
"default) otherwise an error will be raised."
917917
msgstr ""
918+
"代表将被打开的文件路径的字符串或 :class:`bytes` 对象。 在此情况下 closefd 必须为 ``True`` (默认值) "
919+
"否则将会引发异常。"
918920

919921
#: ../../library/io.rst:569
920922
msgid ""
@@ -923,6 +925,8 @@ msgid ""
923925
"FileIO object is closed this fd will be closed as well, unless *closefd* is "
924926
"set to ``False``."
925927
msgstr ""
928+
"代表一个现有 OS 层级文件描述符的号码的整数,作为结果的 :class:`FileIO` 对象将可访问该文件。 当 FileIO 对象被关闭时此 fd"
929+
" 也将被关闭,除非 *closefd* 设为 ``False``。"
926930

927931
#: ../../library/io.rst:574
928932
msgid ""

0 commit comments

Comments
 (0)