File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/m-aciek/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 20.88 % language switchera] ( https://img.shields.io/badge/language_switcher-20.88 %25-0.svg )
4+ ![ 21.02 % language switchera] ( https://img.shields.io/badge/language_switcher-21.02 %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![ 4 tłumaczy] ( https://img.shields.io/badge/tłumaczy-4-0.svg )
77
Original file line number Diff line number Diff line change @@ -302,9 +302,15 @@ msgid ""
302302"It cannot be subclassed further. Its only instances are ``False`` and "
303303"``True`` (see :ref:`bltin-boolean-values`)."
304304msgstr ""
305+ "Zwraca wartość boolowską, ``True`` lub ``False``. *x* jest konwertowane przy "
306+ "użyciu standardowej :ref:`procedury sprawdzania prawdy <truth>`. Jeśli *x* "
307+ "jest fałszywe lub pominięte, funkcja zwraca ``False``; w przeciwnym wypadku "
308+ "funkcja zwraca ``True``. Klasa :class:`bool` jest podklasą :class:`int` "
309+ "(patrz :ref:`typesnumeric`). Nie da się tworzyć jej podklas. Jej jedynymi "
310+ "instancjami są ``False`` i ``True`` (patrz :ref:`bltin-boolean-values`)."
305311
306312msgid "*x* is now a positional-only parameter."
307- msgstr ""
313+ msgstr "*x* jest teraz parametrem positional-only. "
308314
309315msgid ""
310316"This function drops you into the debugger at the call site. Specifically, "
You can’t perform that action at this time.
0 commit comments