File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 55.85 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-55.85 %25-0.svg )
19- ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.16 %25-0.svg )
18+ ![ 55.89 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-55.89 %25-0.svg )
19+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.17 %25-0.svg )
2020![ 23 tłumaczy] ( https://img.shields.io/badge/tłumaczy-23-0.svg )
2121<!-- [[[end]]] -->
2222
Original file line number Diff line number Diff line change @@ -784,6 +784,11 @@ msgid ""
784784" case Point(x, y):\n"
785785" print(f\" Not on the diagonal\" )"
786786msgstr ""
787+ "match point:\n"
788+ " case Point(x, y) if x == y:\n"
789+ " print(f\" Y=X at {x}\" )\n"
790+ " case Point(x, y):\n"
791+ " print(f\" Nie na przekątnej\" )"
787792
788793msgid "Several other key features of this statement:"
789794msgstr "Kilka innych ważnych funkcjonalności tej instrukcji:"
You can’t perform that action at this time.
0 commit comments