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

Skip to content

Commit 25a267f

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython a5f49ce6
1 parent 3e6386b commit 25a267f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/datamodel.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-01-22 00:03+0000\n"
9+
"POT-Creation-Date: 2024-02-11 00:03+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:17+0000\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2248,8 +2248,8 @@ msgstr ""
22482248

22492249
#: ../../reference/datamodel.rst:1986
22502250
msgid ""
2251-
"Called when :func:`dir` is called on the object. A sequence must be "
2252-
"returned. :func:`dir` converts the returned sequence to a list and sorts it."
2251+
"Called when :func:`dir` is called on the object. An iterable must be "
2252+
"returned. :func:`dir` converts the returned iterable to a list and sorts it."
22532253
msgstr ""
22542254

22552255
#: ../../reference/datamodel.rst:1991
@@ -2270,7 +2270,7 @@ msgstr ""
22702270

22712271
#: ../../reference/datamodel.rst:2007
22722272
msgid ""
2273-
"The ``__dir__`` function should accept no arguments, and return a sequence "
2273+
"The ``__dir__`` function should accept no arguments, and return an iterable "
22742274
"of strings that represents the names accessible on module. If present, this "
22752275
"function overrides the standard :func:`dir` search on a module."
22762276
msgstr ""

0 commit comments

Comments
 (0)