🌐 AI搜索 & 代理 主页
Skip to content

Commit 3fba602

Browse files
sync with cpython 08e97945
1 parent b672c19 commit 3fba602

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/os.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2025-03-30 00:15+0000\n"
9+
"POT-Creation-Date: 2025-09-04 19:08+0000\n"
1010
"PO-Revision-Date: 2024-04-29 15:24+0800\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -3092,7 +3092,8 @@ msgstr ""
30923092
msgid ""
30933093
"The :func:`scandir` iterator supports the :term:`context manager` protocol "
30943094
"and has the following method:"
3095-
msgstr ":func:`scandir` 疊代器支援 :term:`context manager` 協定,並具有以下方法:"
3095+
msgstr ""
3096+
":func:`scandir` 疊代器支援 :term:`context manager` 協定,並具有以下方法:"
30963097

30973098
#: ../../library/os.rst:2799
30983099
msgid "Close the iterator and free acquired resources."
@@ -4179,9 +4180,9 @@ msgstr ""
41794180
msgid ""
41804181
"import os\n"
41814182
"for root, dirs, files, rootfd in os.fwalk('python/Lib/xml'):\n"
4182-
" print(root, \"consumes\", end=\"\")\n"
4183+
" print(root, \"consumes\", end=\" \")\n"
41834184
" print(sum([os.stat(name, dir_fd=rootfd).st_size for name in files]),\n"
4184-
" end=\"\")\n"
4185+
" end=\" \")\n"
41854186
" print(\"bytes in\", len(files), \"non-directory files\")\n"
41864187
" if '__pycache__' in dirs:\n"
41874188
" dirs.remove('__pycache__') # don't visit __pycache__ directories"

0 commit comments

Comments
 (0)