@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.13\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-09-23 14:56 +0000\n "
14+ "POT-Creation-Date :2025-10-07 15:08 +0000\n "
1515"PO-Revision-Date :2025-09-15 01:05+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1702,10 +1702,10 @@ msgstr ""
17021702msgid ""
17031703"Using ``Annotated[T, x]`` as an annotation still allows for static "
17041704"typechecking of ``T``, as type checkers will simply ignore the metadata "
1705- "``x``. In this way, ``Annotated`` differs from the :func:`@ no_type_check "
1706- "<no_type_check>` decorator, which can also be used for adding annotations "
1707- "outside the scope of the typing system, but completely disables typechecking "
1708- "for a function or class."
1705+ "``x``. In this way, ``Annotated`` differs from the :deco:` no_type_check` "
1706+ "decorator, which can also be used for adding annotations outside the scope "
1707+ "of the typing system, but completely disables typechecking for a function or "
1708+ "class."
17091709msgstr ""
17101710
17111711msgid ""
@@ -3284,7 +3284,7 @@ msgstr ""
32843284
32853285msgid ""
32863286"The following protocols are provided by the :mod:`!typing` module. All are "
3287- "decorated with :func:`@ runtime_checkable <runtime_checkable> `."
3287+ "decorated with :deco:` runtime_checkable`."
32883288msgstr ""
32893289
32903290msgid ""
@@ -3461,7 +3461,7 @@ msgid ""
34613461"function that is itself a decorator. The presence of "
34623462"``@dataclass_transform()`` tells a static type checker that the decorated "
34633463"object performs runtime\" magic\" that transforms a class in a similar way "
3464- "to :func:`@ dataclasses.dataclass <dataclasses.dataclass> `."
3464+ "to :deco:` dataclasses.dataclass`."
34653465msgstr ""
34663466
34673467msgid "Example usage with a decorator function:"
@@ -3507,18 +3507,18 @@ msgstr ""
35073507
35083508msgid ""
35093509"The ``CustomerModel`` classes defined above will be treated by type checkers "
3510- "similarly to classes created with :func:`@ dataclasses.dataclass <dataclasses. "
3511- "dataclass>`. For example, type checkers will assume these classes have "
3512- "``__init__`` methods that accept ``id`` and ``name``."
3510+ "similarly to classes created with :deco:` dataclasses.dataclass`. For "
3511+ "example, type checkers will assume these classes have ``__init__`` methods "
3512+ "that accept ``id`` and ``name``."
35133513msgstr ""
35143514
35153515msgid ""
35163516"The decorated class, metaclass, or function may accept the following bool "
35173517"arguments which type checkers will assume have the same effect as they would "
3518- "have on the :func:`@ dataclasses.dataclass<dataclasses.dataclass> ` decorator: "
3519- "``init ``, ``eq ``, ``order ``, ``unsafe_hash ``, ``frozen ``,``match_args``, "
3520- "``kw_only``, and `` slots``. It must be possible for the value of these "
3521- "arguments (``True`` or ``False``) to be statically evaluated."
3518+ "have on the :deco:` dataclasses.dataclass` decorator: ``init``, ``eq``, "
3519+ "``order ``, ``unsafe_hash ``, ``frozen ``, ``match_args ``, ``kw_only ``,and "
3520+ "``slots``. It must be possible for the value of these arguments (``True`` or "
3521+ "``False``) to be statically evaluated."
35223522msgstr ""
35233523
35243524msgid ""
@@ -3686,18 +3686,16 @@ msgid ""
36863686"`get_overloads`."
36873687msgstr ""
36883688
3689- msgid ""
3690- "Return a sequence of :func:`@overload <overload>`-decorated definitions for "
3691- "*func*."
3689+ msgid "Return a sequence of :deco:`overload`-decorated definitions for *func*."
36923690msgstr ""
36933691
36943692msgid ""
36953693"*func* is the function object for the implementation of the overloaded "
36963694"function. For example, given the definition of ``process`` in the "
3697- "documentation for :func:`@ overload <overload> `, ``get_overloads(process)`` "
3698- "will return a sequence of three function objects for the three defined "
3699- "overloads. If called on a function with no overloads, ``get_overloads()`` "
3700- "returns an empty sequence."
3695+ "documentation for :deco:` overload`, ``get_overloads(process)`` will return a "
3696+ "sequence of three function objects for the three defined overloads. If "
3697+ "called on a function with no overloads, ``get_overloads()`` returns an empty "
3698+ "sequence."
37013699msgstr ""
37023700
37033701msgid ""
@@ -3860,8 +3858,8 @@ msgid "``None`` is replaced with :class:`types.NoneType`."
38603858msgstr ""
38613859
38623860msgid ""
3863- "If :func:`@ no_type_check <no_type_check> ` has been applied to *obj*, an "
3864- "empty dictionary is returned."
3861+ "If :deco:` no_type_check` has been applied to *obj*, an empty dictionary is "
3862+ "returned."
38653863msgstr ""
38663864
38673865msgid ""