File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/m-aciek/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 19.30 % language switchera] ( https://img.shields.io/badge/language_switcher-19.30 %25-0.svg )
4+ ![ 19.60 % language switchera] ( https://img.shields.io/badge/language_switcher-19.60 %25-0.svg )
55![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest )
66![ 4 tłumaczy] ( https://img.shields.io/badge/tłumaczy-4-0.svg )
77
Original file line number Diff line number Diff line change @@ -102,19 +102,27 @@ msgid ""
102102"10. It is possible to let the range start at another number, or to specify "
103103"a different increment (even negative; sometimes this is called the 'step')::"
104104msgstr ""
105+ "Podany punkt końcowy nigdy nie jest częścią generowanej sekwencji; "
106+ "``range(10)`` generuje 10 wartości, poprawne indeksy dla elementów sekwencji "
107+ "o długości 10. Możliwe jest zacząć zakres od innej liczby lub podać inne "
108+ "zwiększenie (nawet ujemne; czasem jest to nazywane „krokiem”)::"
105109
106110msgid ""
107111"To iterate over the indices of a sequence, you can combine :func:`range` "
108112"and :func:`len` as follows::"
109113msgstr ""
114+ "By przeiterować po indeksach sekwencji możesz połączyć :func:`range` i :func:"
115+ "`len` w następujący sposób::"
110116
111117msgid ""
112118"In most such cases, however, it is convenient to use the :func:`enumerate` "
113119"function, see :ref:`tut-loopidioms`."
114120msgstr ""
121+ "Jednak w większości takich przypadków wygodnie jest użyć funkcji :func:"
122+ "`enumerate`, patrz :ref:`tut-loopidioms`."
115123
116124msgid "A strange thing happens if you just print a range::"
117- msgstr ""
125+ msgstr "Dzieje się dziwna rzecz jeśli po prostu wydrukujesz zakres:: "
118126
119127msgid ""
120128"In many ways the object returned by :func:`range` behaves as if it is a "
You can’t perform that action at this time.
0 commit comments