File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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-23 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-08-27 14:18 +0000\n "
1616"PO-Revision-Date : 2025-08-02 17:33+0000\n "
1717"
Last-Translator :
Daniel Nylander <[email protected] >, 2025\n "
1818"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -5142,7 +5142,7 @@ msgstr ""
51425142" PyVarObject_HEAD_INIT(NULL, 0)\n"
51435143" .tp_name = \" mymod.MyStr\" ,\n"
51445144" .tp_basicsize = sizeof(MyStr),\n"
5145- " .tp_base = NULL, // set to &PyUnicode_Type in module init\n"
5145+ " .tp_base = NULL, // ställ in till &PyUnicode_Type i modulen init\n"
51465146" .tp_doc = PyDoc_STR(\" my custom str\" ),\n"
51475147" .tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_DISALLOW_INSTANTIATION,\n"
51485148" .tp_repr = (reprfunc)myobj_repr,\n"
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-23 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-08-27 14:18 +0000\n "
1616"PO-Revision-Date : 2025-08-02 17:33+0000\n "
1717"
Last-Translator :
Daniel Nylander <[email protected] >, 2025\n "
1818"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -155,7 +155,7 @@ msgid ""
155155"This function is called by the :c:member:`~PyTypeObject.tp_dealloc` handler "
156156"to clear weak references."
157157msgstr ""
158- "Denna funktion anropas av handläggaren :c:member:`~PyTypeObject.tp_dealloc` "
158+ "Denna funktion anropas av hanteraren :c:member:`~PyTypeObject.tp_dealloc` "
159159"för att rensa svaga referenser."
160160
161161msgid ""
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ msgid ""
736736" print(xf())"
737737msgstr ""
738738"xf = x.f\n"
739- "medan True:\n"
739+ "while True:\n"
740740" print(xf())"
741741
742742msgid "will continue to print ``hello world`` until the end of time."
You can’t perform that action at this time.
0 commit comments