@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-01-25 14:14 +0000\n "
14+ "POT-Creation-Date : 2026-02-03 14:40 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -696,13 +696,13 @@ msgstr ""
696696
697697msgid ""
698698":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
699- "or this function may spuriously return ``0`` in the :term:`free threading` "
700- "build."
699+ "or this function may spuriously return ``0`` in the :term:`free-threaded "
700+ "build` ."
701701msgstr ""
702702
703703msgid ""
704704"This function is logically equivalent to the following C code, except that "
705- "it behaves atomically in the :term:`free threading` build::"
705+ "it behaves atomically in the :term:`free-threaded build` ::"
706706msgstr ""
707707
708708msgid ""
@@ -783,10 +783,10 @@ msgid ""
783783msgstr ""
784784
785785msgid ""
786- "On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
787- "term:`reference count` is equal to one and additionally checks if *op* is "
788- "only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
789- "safe on free threaded builds; prefer this function."
786+ "On a :term:`free- threaded build` , this checks if *op*'s :term:`reference "
787+ "count` is equal to one and additionally checks if *op* is only used by this "
788+ "thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
789+ "builds; prefer this function."
790790msgstr ""
791791
792792msgid ""
0 commit comments