File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ msgid ""
390390"case *name* is deleted from the sys module. Returns ``0`` on success, ``-1`` "
391391"on error."
392392msgstr ""
393- "Sätter *namn * i modulen :mod:`sys` till *v* såvida inte *v* är ``NULL``, i "
393+ "Sätter *name * i modulen :mod:`sys` till *v* såvida inte *v* är ``NULL``, i "
394394"vilket fall *namn* tas bort från sys-modulen. Returnerar ``0`` vid framgång, "
395395"``-1`` vid fel."
396396
Original file line number Diff line number Diff line change @@ -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-08-19 14:18 +0000\n "
15+ "POT-Creation-Date : 2025-08-23 14:15 +0000\n "
1616"PO-Revision-Date : 2025-08-02 17:33+0000\n "
1717"Last-Translator : Daniel Nylander <po@danielnylander.se>, 2025\n "
1818"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -477,7 +477,7 @@ msgid ""
477477"Create and return a :ref:`heap type <heap-types>` from the *spec* (see :c:"
478478"macro:`Py_TPFLAGS_HEAPTYPE`)."
479479msgstr ""
480- "Skapa och returnera en :ref:`heap type <heap-types>`` från *spec* (se :c:"
480+ "Skapa och returnera en :ref:`heap type <heap-types>` från *spec* (se :c:"
481481"macro:`Py_TPFLAGS_HEAPTYPE`)."
482482
483483msgid ""
Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ msgid ""
10181018"start+length]``."
10191019msgstr ""
10201020"Fyll en sträng med ett tecken: skriv *fill_char* till ``unicode[start:"
1021- "start+längd ]``."
1021+ "start+length ]``."
10221022
10231023msgid ""
10241024"Fail if *fill_char* is bigger than the string maximum character, or if the "
@@ -1140,7 +1140,7 @@ msgid ""
11401140msgstr ""
11411141"Funktionen använder nu även den aktuella lokalkodningen för felhanteraren "
11421142"``surrogateescape``, utom på Android. Tidigare användes :c:func:"
1143- "`Py_DecodeLocale` för ``urrogateescape ``, och den aktuella lokalkodningen "
1143+ "`Py_DecodeLocale` för ``surrogateescape ``, och den aktuella lokalkodningen "
11441144"användes för ``strict``."
11451145
11461146msgid ""
@@ -1181,7 +1181,7 @@ msgid ""
11811181msgstr ""
11821182"Funktionen använder nu även den aktuella lokalkodningen för felhanteraren "
11831183"``surrogateescape``, utom på Android. Tidigare användes :c:func:"
1184- "`Py_EncodeLocale` för ``urrogateescape ``, och den aktuella lokalkodningen "
1184+ "`Py_EncodeLocale` för ``surrogateescape ``, och den aktuella lokalkodningen "
11851185"användes för ``strict``."
11861186
11871187msgid "File System Encoding"
You can’t perform that action at this time.
0 commit comments