7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.13\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2024-09-23 07:52+0800 \n "
10
+ "POT-Creation-Date : 2024-09-27 00:14+0000 \n "
11
11
"PO-Revision-Date : 2018-05-23 14:32+0000\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -477,17 +477,17 @@ msgstr ""
477
477
478
478
#: ../../c-api/object.rst:370
479
479
msgid ""
480
- "If *cls* has a :meth:`~class .__subclasscheck__` method, it will be called to "
480
+ "If *cls* has a :meth:`~type .__subclasscheck__` method, it will be called to "
481
481
"determine the subclass status as described in :pep:`3119`. Otherwise, "
482
482
"*derived* is a subclass of *cls* if it is a direct or indirect subclass, i."
483
- "e. contained in `` cls.__mro__` `."
483
+ "e. contained in :attr:` cls.__mro__ <type.__mro__> `."
484
484
msgstr ""
485
485
486
486
#: ../../c-api/object.rst:375
487
487
msgid ""
488
488
"Normally only class objects, i.e. instances of :class:`type` or a derived "
489
489
"class, are considered classes. However, objects can override this by having "
490
- "a :attr:`~class .__bases__` attribute (which must be a tuple of base classes)."
490
+ "a :attr:`~type .__bases__` attribute (which must be a tuple of base classes)."
491
491
msgstr ""
492
492
493
493
#: ../../c-api/object.rst:382
@@ -498,21 +498,21 @@ msgstr ""
498
498
499
499
#: ../../c-api/object.rst:389
500
500
msgid ""
501
- "If *cls* has a :meth:`~class .__instancecheck__` method, it will be called to "
501
+ "If *cls* has a :meth:`~type .__instancecheck__` method, it will be called to "
502
502
"determine the subclass status as described in :pep:`3119`. Otherwise, "
503
503
"*inst* is an instance of *cls* if its class is a subclass of *cls*."
504
504
msgstr ""
505
505
506
506
#: ../../c-api/object.rst:393
507
507
msgid ""
508
508
"An instance *inst* can override what is considered its class by having a :"
509
- "attr:`~instance .__class__` attribute."
509
+ "attr:`~object .__class__` attribute."
510
510
msgstr ""
511
511
512
512
#: ../../c-api/object.rst:396
513
513
msgid ""
514
514
"An object *cls* can override if it is considered a class, and what its base "
515
- "classes are, by having a :attr:`~class .__bases__` attribute (which must be a "
515
+ "classes are, by having a :attr:`~type .__bases__` attribute (which must be a "
516
516
"tuple of base classes)."
517
517
msgstr ""
518
518
0 commit comments