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

Skip to content

Commit 6d7dc1d

Browse files
[po] auto sync
1 parent 8e9c8a4 commit 6d7dc1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

c-api/object.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-06-20 06:40+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:38+0000\n"
1616
"Last-Translator: 汪心禾 <[email protected]>, 2019\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -328,7 +328,8 @@ msgid ""
328328
"Return an estimated length for the object *o*. First try to return its "
329329
"actual length, then an estimate using :meth:`~object.__length_hint__`, and "
330330
"finally return the default value. On error return ``-1``. This is the "
331-
"equivalent to the Python expression ``operator.length_hint(o, default)``."
331+
"equivalent to the Python expression ``operator.length_hint(o, "
332+
"defaultvalue)``."
332333
msgstr ""
333334

334335
#: ../../c-api/object.rst:326

0 commit comments

Comments
 (0)