@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-03-17 14:51 +0000\n "
14+ "POT-Creation-Date : 2026-03-27 14:44 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -581,10 +581,10 @@ msgstr ""
581581msgid "Deque objects support the following methods:"
582582msgstr ""
583583
584- msgid "Add *x * to the right side of the deque."
584+ msgid "Add *item * to the right side of the deque."
585585msgstr ""
586586
587- msgid "Add *x * to the left side of the deque."
587+ msgid "Add *item * to the left side of the deque."
588588msgstr ""
589589
590590msgid "Remove all elements from the deque leaving it with length 0."
@@ -593,7 +593,7 @@ msgstr ""
593593msgid "Create a shallow copy of the deque."
594594msgstr ""
595595
596- msgid "Count the number of deque elements equal to *x *."
596+ msgid "Count the number of deque elements equal to *value *."
597597msgstr ""
598598
599599msgid ""
@@ -608,12 +608,12 @@ msgid ""
608608msgstr ""
609609
610610msgid ""
611- "Return the position of *x * in the deque (at or after index *start* and "
611+ "Return the position of *value * in the deque (at or after index *start* and "
612612"before index *stop*). Returns the first match or raises :exc:`ValueError` "
613613"if not found."
614614msgstr ""
615615
616- msgid "Insert *x * into the deque at position *i *."
616+ msgid "Insert *value * into the deque at position *index *."
617617msgstr ""
618618
619619msgid ""
@@ -1434,14 +1434,13 @@ msgstr ""
14341434msgid ""
14351435"Class that simulates a dictionary. The instance's contents are kept in a "
14361436"regular dictionary, which is accessible via the :attr:`data` attribute of :"
1437- "class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is "
1438- "initialized with its contents; note that a reference to *initialdata* will "
1439- "not be kept, allowing it to be used for other purposes."
1437+ "class:`!UserDict` instances. If arguments are provided, they are used to "
1438+ "initialize :attr:`data`, like a regular dictionary."
14401439msgstr ""
14411440
14421441msgid ""
1443- "In addition to supporting the methods and operations of mappings, :class:"
1444- "` UserDict` instances provide the following attribute:"
1442+ "In addition to supporting the methods and operations of mappings, :class:`! "
1443+ "UserDict` instances provide the following attribute:"
14451444msgstr ""
14461445
14471446msgid ""
0 commit comments