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/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 37.51 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-37.51 %25-0.svg )
4+ ![ 37.66 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-37.66 %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![ 9 tłumaczy] ( https://img.shields.io/badge/tłumaczy-9-0.svg )
77
Original file line number Diff line number Diff line change @@ -615,11 +615,19 @@ msgid ""
615615"whether two objects are really the same object. All comparison operators "
616616"have the same priority, which is lower than that of all numerical operators."
617617msgstr ""
618+ "Operatory porównania ``in`` i ``not in`` sprawdzają, czy wartość występuje "
619+ "(nie występuje) w sekwencji. Operatory ``is`` i ``is not`` porównują, czy "
620+ "dwa obiekty są rzeczywiście tym samym obiektem. Wszystkie operatory porównań "
621+ "mają ten sam priorytet, który jest niższy niż ten, który mają wszystkie "
622+ "operatory numeryczne."
618623
619624msgid ""
620625"Comparisons can be chained. For example, ``a < b == c`` tests whether ``a`` "
621626"is less than ``b`` and moreover ``b`` equals ``c``."
622627msgstr ""
628+ "Porównania mogą być układane w łańcuchy. Na przykład ``a < b == c`` "
629+ "sprawdza, czy ``a`` jest mniejsze od ``b`` i ponadto czy ``b`` równa się "
630+ "``c``."
623631
624632msgid ""
625633"Comparisons may be combined using the Boolean operators ``and`` and ``or``, "
You can’t perform that action at this time.
0 commit comments