File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,20 @@ msgid ""
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.\n"
44
+ "Wśród większości ludzi właściwość ta z czasem zyskuje sobie 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