File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.12\n "
8
8
"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 "
10
10
"PO-Revision-Date : 2018-05-23 16:17+0000\n "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -2248,8 +2248,8 @@ msgstr ""
2248
2248
2249
2249
#: ../../reference/datamodel.rst:1986
2250
2250
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."
2253
2253
msgstr ""
2254
2254
2255
2255
#: ../../reference/datamodel.rst:1991
@@ -2270,7 +2270,7 @@ msgstr ""
2270
2270
2271
2271
#: ../../reference/datamodel.rst:2007
2272
2272
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 "
2274
2274
"of strings that represents the names accessible on module. If present, this "
2275
2275
"function overrides the standard :func:`dir` search on a module."
2276
2276
msgstr ""
You can’t perform that action at this time.
0 commit comments