Skip to content

Commit 221ca9c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent dd0efbd commit 221ca9c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

library/functools.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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)."
480480
msgstr ""
481481

482482
msgid ""
@@ -514,6 +514,9 @@ msgid ""
514514
"`17482`)"
515515
msgstr ""
516516

517+
msgid "The ``__type_params__`` attribute is now copied by default."
518+
msgstr ""
519+
517520
msgid ""
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

Comments
 (0)