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,7 +15,7 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 55.83 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-55.83 %25-0.svg )
18+ ![ 55.85 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-55.85 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.16%25-0.svg )
2020![ 23 tłumaczy] ( https://img.shields.io/badge/tłumaczy-23-0.svg )
2121<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -701,6 +701,10 @@ msgid ""
701701"Point(x=1, y=var)\n"
702702"Point(y=var, x=1)"
703703msgstr ""
704+ "Point(1, var)\n"
705+ "Point(1, y=var)\n"
706+ "Point(x=1, y=var)\n"
707+ "Point(y=var, x=1)"
704708
705709msgid ""
706710"A recommended way to read patterns is to look at them as an extended form of "
Original file line number Diff line number Diff line change @@ -755,6 +755,10 @@ msgid ""
755755"Point(x=1, y=var)\n"
756756"Point(y=var, x=1)"
757757msgstr ""
758+ "Point(1, var)\n"
759+ "Point(1, y=var)\n"
760+ "Point(x=1, y=var)\n"
761+ "Point(y=var, x=1)"
758762
759763msgid "Nested patterns"
760764msgstr ""
You can’t perform that action at this time.
0 commit comments