@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-10-17 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-11-03 14:20 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Hengky Kurniawan, 2025\n "
1818"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -58,7 +58,7 @@ msgid "Empty an existing dictionary of all key-value pairs."
5858msgstr ""
5959
6060msgid ""
61- "Determine if dictionary *p* contains *key*. If an item in *p* is matches "
61+ "Determine if dictionary *p* contains *key*. If an item in *p* matches "
6262"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
6363"is equivalent to the Python expression ``key in p``."
6464msgstr ""
@@ -187,7 +187,7 @@ msgstr ""
187187
188188msgid ""
189189"Remove *key* from dictionary *p* and optionally return the removed value. Do "
190- "not raise :exc:`KeyError` if the key missing."
190+ "not raise :exc:`KeyError` if the key is missing."
191191msgstr ""
192192
193193msgid ""
@@ -202,7 +202,7 @@ msgstr ""
202202
203203msgid ""
204204"Similar to :meth:`dict.pop`, but without the default value and not raising :"
205- "exc:`KeyError` if the key missing."
205+ "exc:`KeyError` if the key is missing."
206206msgstr ""
207207
208208msgid ""
0 commit comments