@@ -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-23 14:20 +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 : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -697,13 +697,13 @@ msgstr ""
697697
698698msgid ""
699699":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
700- "or this function may spuriously return ``0`` in the :term:`free threading` "
701- "build."
700+ "or this function may spuriously return ``0`` in the :term:`free-threaded "
701+ "build` ."
702702msgstr ""
703703
704704msgid ""
705705"This function is logically equivalent to the following C code, except that "
706- "it behaves atomically in the :term:`free threading` build::"
706+ "it behaves atomically in the :term:`free-threaded build` ::"
707707msgstr ""
708708
709709msgid ""
@@ -784,10 +784,10 @@ msgid ""
784784msgstr ""
785785
786786msgid ""
787- "On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
788- "term:`reference count` is equal to one and additionally checks if *op* is "
789- "only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
790- "safe on free threaded builds; prefer this function."
787+ "On a :term:`free- threaded build` , this checks if *op*'s :term:`reference "
788+ "count` is equal to one and additionally checks if *op* is only used by this "
789+ "thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
790+ "builds; prefer this function."
791791msgstr ""
792792
793793msgid ""
0 commit comments