@@ -577,26 +577,37 @@ msgid ""
577577"To loop over a sequence in sorted order, use the :func:`sorted` function "
578578"which returns a new sorted list while leaving the source unaltered. ::"
579579msgstr ""
580+ "Aby przeiterować po sekwencji w posortowanej kolejności, użyj funkcji :func:"
581+ "`sorted`, która zwraca nową posortowaną listę pozostawiając listę źródłową "
582+ "niezmienioną. ::"
580583
581584msgid ""
582585"Using :func:`set` on a sequence eliminates duplicate elements. The use of :"
583586"func:`sorted` in combination with :func:`set` over a sequence is an "
584587"idiomatic way to loop over unique elements of the sequence in sorted "
585588"order. ::"
586589msgstr ""
590+ "Użycie :func:`set` na sekwencji eliminuje zduplikowane elementy. Użycie :"
591+ "func:`sorted` w połączeniu z :func:`set` na sekwencji jest idiomatycznym "
592+ "sposobem na przeiterowanie po unikalnych elementach sekwencji w posortowanej "
593+ "kolejności. ::"
587594
588595msgid ""
589596"It is sometimes tempting to change a list while you are looping over it; "
590597"however, it is often simpler and safer to create a new list instead. ::"
591598msgstr ""
599+ "Czasem kusi, żeby zmienić listę podczas iterowania po niej; jednak często "
600+ "prościej i bezpieczniej jest stworzyć nową listę. ::"
592601
593602msgid "More on Conditions"
594- msgstr ""
603+ msgstr "Więcej na temat warunków "
595604
596605msgid ""
597606"The conditions used in ``while`` and ``if`` statements can contain any "
598607"operators, not just comparisons."
599608msgstr ""
609+ "Warunki użyte w instrukcjach ``while`` i ``if`` mogą zawierać dowolne "
610+ "operatory, nie tylko porównania."
600611
601612msgid ""
602613"The comparison operators ``in`` and ``not in`` check whether a value occurs "
0 commit comments