File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,27 @@ msgid "Contents"
31
31
msgstr "Zawartość"
32
32
33
33
msgid "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ń ?"
35
35
36
36
msgid ""
37
37
"Guido van Rossum believes that using indentation for grouping is extremely "
38
38
"elegant and contributes a lot to the clarity of the average Python program. "
39
39
"Most people learn to love this feature after a while."
40
40
msgstr ""
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."
41
45
42
46
msgid ""
43
47
"Since there are no begin/end brackets there cannot be a disagreement between "
44
48
"grouping perceived by the parser and the human reader. Occasionally C "
45
49
"programmers will encounter a fragment of code like this::"
46
50
msgstr ""
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:"
47
55
48
56
msgid ""
49
57
"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