@@ -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-08-27 14:18 +0000\n "
14+ "POT-Creation-Date : 2025-11-03 14:20 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n "
@@ -65,7 +65,7 @@ msgstr ""
6565
6666#: ../../c-api/dict.rst:53
6767msgid ""
68- "Determine if dictionary *p* contains *key*. If an item in *p* is matches "
68+ "Determine if dictionary *p* contains *key*. If an item in *p* matches "
6969"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
7070"is equivalent to the Python expression ``key in p``."
7171msgstr ""
@@ -219,7 +219,7 @@ msgstr ""
219219#: ../../c-api/dict.rst:200
220220msgid ""
221221"Remove *key* from dictionary *p* and optionally return the removed value. Do"
222- " not raise :exc:`KeyError` if the key missing."
222+ " not raise :exc:`KeyError` if the key is missing."
223223msgstr ""
224224
225225#: ../../c-api/dict.rst:203
@@ -237,7 +237,7 @@ msgstr ""
237237#: ../../c-api/dict.rst:209
238238msgid ""
239239"Similar to :meth:`dict.pop`, but without the default value and not raising "
240- ":exc:`KeyError` if the key missing."
240+ ":exc:`KeyError` if the key is missing."
241241msgstr ""
242242
243243#: ../../c-api/dict.rst:217
0 commit comments