File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed 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'''''')
1616]]] -->
1717![ 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 )
2020![ 24 Translators] ( https://img.shields.io/badge/Translators-24-0.svg )
2121<!-- [[[end]]] -->
2222
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ f'''''')
1616]]] -->
1717![ 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 )
2020![ 24 tłumaczy] ( https://img.shields.io/badge/tłumaczy-24-0.svg )
2121<!-- [[[end]]] -->
2222
Original file line number Diff line number Diff line change @@ -3051,12 +3051,20 @@ msgid ""
30513051"represented exactly as a float. See :ref:`tut-fp-issues` for more "
30523052"information."
30533053msgstr ""
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`."
30543059
30553060msgid ""
30563061"Return a new :class:`set` object, optionally with elements taken from "
30573062"*iterable*. ``set`` is a built-in class. See :class:`set` and :ref:`types-"
30583063"set` for documentation about this class."
30593064msgstr ""
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`."
30603068
30613069msgid ""
30623070"For other containers see the built-in :class:`frozenset`, :class:`list`, :"
You can’t perform that action at this time.
0 commit comments