@@ -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-10-25 14:12 +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 :Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -57,7 +57,7 @@ msgid "Empty an existing dictionary of all key-value pairs."
5757msgstr ""
5858
5959msgid ""
60- "Determine if dictionary *p* contains *key*. If an item in *p*is matches "
60+ "Determine if dictionary *p* contains *key*. If an item in *p* matches "
6161"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
6262"is equivalent to the Python expression ``key in p``."
6363msgstr ""
@@ -186,7 +186,7 @@ msgstr ""
186186
187187msgid ""
188188"Remove *key* from dictionary *p* and optionally return the removed value. Do "
189- "not raise :exc:`KeyError` if the key missing."
189+ "not raise :exc:`KeyError` if the keyis missing."
190190msgstr ""
191191
192192msgid ""
@@ -201,7 +201,7 @@ msgstr ""
201201
202202msgid ""
203203"Similar to :meth:`dict.pop`, but without the default value and not raising :"
204- "exc:`KeyError` if the key missing."
204+ "exc:`KeyError` if the keyis missing."
205205msgstr ""
206206
207207msgid ""