@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.14\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-09-05 14:17 +0000\n "
14
+ "POT-Creation-Date : 2025-09-07 14:14 +0000\n "
15
15
"PO-Revision-Date : 2025年08月02日 17:33+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -460,12 +460,12 @@ msgstr ""
460
460
461
461
msgid ""
462
462
"Implementation note: Some of the mixin methods, such as :meth:`~container."
463
- "__iter__`, :meth:`~object.__reversed__` and :meth:`index`, make repeated "
464
- "calls to the underlying :meth:`~object.__getitem__` method. Consequently, "
465
- "if :meth:`~object.__getitem__` is implemented with constant access speed, "
466
- "the mixin methods will have linear performance; however, if the underlying "
467
- "method is linear (as it would be with a linked list), the mixins will have "
468
- "quadratic performance and will likely need to be overridden."
463
+ "__iter__`, :meth:`~object.__reversed__`, and :meth:`~sequence. index` make "
464
+ "repeated calls to the underlying :meth:`~object.__getitem__` method. "
465
+ "Consequently, if :meth:`~object.__getitem__` is implemented with constant "
466
+ "access speed, the mixin methods will have linear performance; however, if "
467
+ "the underlying method is linear (as it would be with a linked list), the "
468
+ "mixins will have quadratic performance and will likely need to be overridden."
469
469
msgstr ""
470
470
471
471
msgid "Return first index of *value*."
@@ -479,7 +479,8 @@ msgid ""
479
479
msgstr ""
480
480
481
481
msgid ""
482
- "The :meth:`!index` method added support for *stop* and *start* arguments."
482
+ "The :meth:`~sequence.index` method gained support for the *stop* and *start* "
483
+ "arguments."
483
484
msgstr ""
484
485
485
486
msgid "ABCs for read-only and mutable :ref:`sets <types-set>`."
0 commit comments