File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ msgstr ""
5151"Ze względu na brak otwierających/zamykających nawiasów nie może dojść do "
5252"rozbieżności pomiędzy grupowaniem odbieranym przez analizator składni a tym "
5353"odbieranym przez człowieka. Sporadycznie programiści języka C napotykać będą "
54- "taki fragment kodu:"
54+ "taki fragment kodu:: "
5555
5656msgid ""
5757"Only the ``x++`` statement is executed if the condition is true, but the "
@@ -97,21 +97,26 @@ msgstr ""
9797
9898msgid "Why am I getting strange results with simple arithmetic operations?"
9999msgstr ""
100+ "Dlaczego otrzymuję dziwne wyniki w odpowiedzi na proste działania "
101+ "arytmetyczne?"
100102
101103msgid "See the next question."
102- msgstr ""
104+ msgstr "Spójrz na następne pytanie. "
103105
104106msgid "Why are floating-point calculations so inaccurate?"
105- msgstr ""
107+ msgstr "Dlaczego obliczenia zmiennoprzecinkowe są tak niedokładne? "
106108
107109msgid "Users are often surprised by results like this::"
108- msgstr ""
110+ msgstr "Użytkownicy są często zaskoczeni następującymi wynikami:: "
109111
110112msgid ""
111113"and think it is a bug in Python. It's not. This has little to do with "
112114"Python, and much more to do with how the underlying platform handles "
113115"floating-point numbers."
114116msgstr ""
117+ "i sądzą, że to błąd w Pythonie. To jednak nie błąd. To ma niewiele wspólnego "
118+ "z Pythonem. To wynika bardziej z tego jak bazowa platforma radzi sobie z "
119+ "liczbami zmiennoprzecinkowymi."
115120
116121msgid ""
117122"The :class:`float` type in CPython uses a C ``double`` for storage. A :"
You can’t perform that action at this time.
0 commit comments