File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 33.72 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-33.72 %25-0.svg )
4+ ![ 33.68 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-33.68 %25-0.svg )
55![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest )
66![ 8 tłumaczy] ( https://img.shields.io/badge/tłumaczy-8-0.svg )
77
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.8\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-02-07 16:27 +0000\n "
15+ "POT-Creation-Date : 2021-03-02 16:40 +0000\n "
1616"PO-Revision-Date : 2020-05-30 12:02+0000\n "
1717"Last-Translator : Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1966,6 +1966,16 @@ msgstr ""
19661966msgid "See also :ref:`bltin-type-objects`."
19671967msgstr ""
19681968
1969+ msgid ""
1970+ "Keyword arguments provided to the three argument form are passed to the "
1971+ "appropriate metaclass machinery (usually :meth:`~object.__init_subclass__`) "
1972+ "in the same way that keywords in a class definition (besides *metaclass*) "
1973+ "would."
1974+ msgstr ""
1975+
1976+ msgid "See also :ref:`class-customization`."
1977+ msgstr ""
1978+
19691979msgid ""
19701980"Subclasses of :class:`type` which don't override ``type.__new__`` may no "
19711981"longer use the one-argument form to get the type of an object."
You can’t perform that action at this time.
0 commit comments