66# Translators:
77889+ # Freesand Leo <[email protected] >, 2019910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1617"PO-Revision-Date : 2017-02-16 17:39+0000\n "
17- "Last-Translator : dykai <yingkaidang@gmail .com>, 2019\n "
18+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1819"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -28,26 +29,27 @@ msgstr "元组对象"
2829
2930#: ../../c-api/tuple.rst:13
3031msgid "This subtype of :c:type:`PyObject` represents a Python tuple object."
31- msgstr "这个:c:type:`PyObject`的子类型代表一个Python的元组对象 。"
32+ msgstr "这个 :c:type:`PyObject` 的子类型代表一个 Python 的元组对象 。"
3233
3334#: ../../c-api/tuple.rst:18
3435msgid ""
3536"This instance of :c:type:`PyTypeObject` represents the Python tuple type; it"
3637" is the same object as :class:`tuple` in the Python layer."
3738msgstr ""
38- ":c:type:`PyTypeObject`的实例代表一个Python元组类型,这与Python层面的:class:`tuple`是相同的对象。"
39+ ":c:type:`PyTypeObject` 的实例代表一个 Python 元组类型,这与 Python 层面的 :class:`tuple` "
40+ "是相同的对象。"
3941
4042#: ../../c-api/tuple.rst:24
4143msgid ""
4244"Return true if *p* is a tuple object or an instance of a subtype of the "
4345"tuple type."
44- msgstr "如果*p*是一个元组对象或者元组类型的子类型的实例,则返回真 。"
46+ msgstr "如果 *p* 是一个元组对象或者元组类型的子类型的实例,则返回真值 。"
4547
4648#: ../../c-api/tuple.rst:30
4749msgid ""
4850"Return true if *p* is a tuple object, but not an instance of a subtype of "
4951"the tuple type."
50- msgstr "如果*p*是一个元组对象,而不是一个元组子类型的实例,则返回真 。"
52+ msgstr "如果 *p* 是一个元组对象,而不是一个元组子类型的实例,则返回真值 。"
5153
5254#: ../../c-api/tuple.rst:36
5355msgid "Return a new tuple object of size *len*, or *NULL* on failure."
0 commit comments