File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -88,21 +88,26 @@ msgstr ""
88
88
89
89
msgid "Why am I getting strange results with simple arithmetic operations?"
90
90
msgstr ""
91
+ "Dlaczego otrzymuję dziwne wyniki w odpowiedzi na proste działania "
92
+ "arytmetyczne?"
91
93
92
94
msgid "See the next question."
93
- msgstr ""
95
+ msgstr "Spójrz na następne pytanie. "
94
96
95
97
msgid "Why are floating-point calculations so inaccurate?"
96
- msgstr ""
98
+ msgstr "Dlaczego obliczenia zmiennoprzecinkowe są tak niedokładne? "
97
99
98
100
msgid "Users are often surprised by results like this::"
99
- msgstr ""
101
+ msgstr "Użytkownicy są często zaskoczeni następującymi wynikami:: "
100
102
101
103
msgid ""
102
104
"and think it is a bug in Python. It's not. This has little to do with "
103
105
"Python, and much more to do with how the underlying platform handles "
104
106
"floating-point numbers."
105
107
msgstr ""
108
+ "i sądzą, że to błąd w Pythonie. To jednak nie błąd. To ma niewiele wspólnego "
109
+ "z Pythonem. To wynika bardziej z tego jak bazowa platforma radzi sobie z "
110
+ "liczbami zmiennoprzecinkowymi."
106
111
107
112
msgid ""
108
113
"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