File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
16
16
]]] -->
17
17
![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18
- ![ 95.30 % Language Switcher] ( https://img.shields.io/badge/language_switcher-95.30 %25-0.svg )
19
- ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-4.26 %25-0.svg )
18
+ ![ 95.66 % Language Switcher] ( https://img.shields.io/badge/language_switcher-95.66 %25-0.svg )
19
+ ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-4.27 %25-0.svg )
20
20
![ 24 Translators] ( https://img.shields.io/badge/Translators-24-0.svg )
21
21
<!-- [[[end]]] -->
22
22
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
16
16
]]] -->
17
17
![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18
- ![ 95.30 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-95.30 %25-0.svg )
19
- ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-4.26 %25-0.svg )
18
+ ![ 95.66 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-95.66 %25-0.svg )
19
+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-4.27 %25-0.svg )
20
20
![ 24 tłumaczy] ( https://img.shields.io/badge/tłumaczy-24-0.svg )
21
21
<!-- [[[end]]] -->
22
22
Original file line number Diff line number Diff line change @@ -3051,12 +3051,20 @@ msgid ""
3051
3051
"represented exactly as a float. See :ref:`tut-fp-issues` for more "
3052
3052
"information."
3053
3053
msgstr ""
3054
+ "Zachowanie :func:`round` dla zmiennoprzecinkowych może być zaskakujący: na "
3055
+ "przykład, ``round(2.675, 2)`` daje ``2.67`` zamiast oczekiwanego ``2.68``. "
3056
+ "Nie jest to błąd: wynika to z faktu, że większość ułamków dziesiętnych nie "
3057
+ "może być reprezentowana dokładnie jako liczba zmiennoprzecinkowa. Więcej "
3058
+ "informacji można znaleźć na stronie :ref:`tut-fp-issues`."
3054
3059
3055
3060
msgid ""
3056
3061
"Return a new :class:`set` object, optionally with elements taken from "
3057
3062
"*iterable*. ``set`` is a built-in class. See :class:`set` and :ref:`types-"
3058
3063
"set` for documentation about this class."
3059
3064
msgstr ""
3065
+ "Zwraca nowy obiekt :class:`set`, opcjonalnie z elementami pobranymi z "
3066
+ "*iterable*. ``set`` jest klasą wbudowana. Dokumentacja dotycząca tej klasy "
3067
+ "znajduje się na stronach :class:`set` i :ref:`types-set`."
3060
3068
3061
3069
msgid ""
3062
3070
"For other containers see the built-in :class:`frozenset`, :class:`list`, :"
You can’t perform that action at this time.
0 commit comments