@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-11 03:01 +0000\n "
14+ "POT-Creation-Date : 2024-05-17 14:44 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:33+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -474,9 +474,9 @@ msgid ""
474474"corresponding attributes from the original function. The default values for "
475475"these arguments are the module level constants ``WRAPPER_ASSIGNMENTS`` "
476476"(which assigns to the wrapper function's ``__module__``, ``__name__``, "
477- "``__qualname__``, ``__annotations__`` and ``__doc__``, the documentation "
478- "string) and ``WRAPPER_UPDATES`` (which updates the wrapper function's "
479- "``__dict__``, i.e. the instance dictionary)."
477+ "``__qualname__``, ``__annotations__``, ``__type_params__``, and ``__doc__``, "
478+ "the documentation string) and ``WRAPPER_UPDATES`` (which updates the wrapper "
479+ "function's ``__dict__``, i.e. the instance dictionary)."
480480msgstr ""
481481
482482msgid ""
@@ -514,6 +514,9 @@ msgid ""
514514"`17482`)"
515515msgstr ""
516516
517+ msgid "The ``__type_params__`` attribute is now copied by default."
518+ msgstr ""
519+
517520msgid ""
518521"This is a convenience function for invoking :func:`update_wrapper` as a "
519522"function decorator when defining a wrapper function. It is equivalent to "
0 commit comments