@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"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 "
1515"PO-Revision-Date : 2025-08-02 17:33+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -460,12 +460,12 @@ msgstr ""
460460
461461msgid ""
462462"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."
469469msgstr ""
470470
471471msgid "Return first index of *value*."
@@ -479,7 +479,8 @@ msgid ""
479479msgstr ""
480480
481481msgid ""
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."
483484msgstr ""
484485
485486msgid "ABCs for read-only and mutable :ref:`sets <types-set>`."
0 commit comments