File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed 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- ![ 67.07 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-67.07 %25-0.svg )
18+ ![ 67.10 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-67.10 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.63%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 @@ -691,6 +691,11 @@ msgid ""
691691"print(x.counter)\n"
692692"del x.counter"
693693msgstr ""
694+ "x.counter = 1\n"
695+ "while x.counter < 10:\n"
696+ " x.counter = x.counter * 2\n"
697+ "print(x.counter)\n"
698+ "del x.counter"
694699
695700msgid ""
696701"The other kind of instance attribute reference is a *method*. A method is a "
You can’t perform that action at this time.
0 commit comments