File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,27 @@ msgid "Contents"
3131msgstr "Zawartość"
3232
3333msgid "Why does Python use indentation for grouping of statements?"
34- msgstr "Dlaczego Python używa akapitów do grupowania instrukcji ?"
34+ msgstr "Dlaczego Python używa akapitów do grupowania poleceń ?"
3535
3636msgid ""
3737"Guido van Rossum believes that using indentation for grouping is extremely "
3838"elegant and contributes a lot to the clarity of the average Python program. "
3939"Most people learn to love this feature after a while."
4040msgstr ""
41+ "Guido van Rossum uważa, że używanie akapitów do grupowania jest niezwykle "
42+ "eleganckie i przyczynia się bardzo do przejrzystości przeciętnego programu w "
43+ "Pythonie. Wśród większości ludzi właściwość ta z czasem zyskuje sobie "
44+ "sympatyków."
4145
4246msgid ""
4347"Since there are no begin/end brackets there cannot be a disagreement between "
4448"grouping perceived by the parser and the human reader. Occasionally C "
4549"programmers will encounter a fragment of code like this::"
4650msgstr ""
51+ "Ze względu na brak początkowych/końcowych nawiasów nie może dojść do "
52+ "rozbieżności pomiędzy grupowaniem odbieranym przez analizator składni a tym "
53+ "odbieranym przez człowieka. Sporadycznie programiści języka C napotykać będą "
54+ "taki fragment kodu:"
4755
4856msgid ""
4957"Only the ``x++`` statement is executed if the condition is true, but the "
You can’t perform that action at this time.
0 commit comments