55#
66# Translators:
77# python-doc bot, 2025
8- # Maciej Olko <maciej.olko@gmail.com>, 2025
8+ # Maciej Olko <maciej.olko@gmail.com>, 2026
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2026-02-17 15:27+0000\n "
1616"PO-Revision-Date : 2025-09-15 01:05+0000\n "
17- "Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2025 \n "
17+ "Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2026 \n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -313,6 +313,9 @@ msgid ""
313313"arguments. In chapter :ref:`tut-structures`, we will discuss :func:`list` "
314314"in more detail."
315315msgstr ""
316+ "Później napotkamy więcej funkcji, które zwracają iterable i biorą iterable "
317+ "jako argumenty. W rozdziale :ref:`tut-structures`, omówimy bardziej "
318+ "szczegółowo :func:`list`."
316319
317320msgid ":keyword:`!break` and :keyword:`!continue` Statements"
318321msgstr "Instrukcje :keyword:`!break` oraz :keyword:`!continue`"
@@ -897,6 +900,8 @@ msgid ""
897900"Patterns may use named constants. These must be dotted names to prevent "
898901"them from being interpreted as capture variables::"
899902msgstr ""
903+ "Wzorce mogą używać nazwanych stałych. Trzeba je podawać po kropce, aby "
904+ "uniknąć interpretacji jako zmiennych przechwycenia::"
900905
901906msgid ""
902907"from enum import Enum\n"
@@ -2182,6 +2187,12 @@ msgid ""
21822187"than others. Making it easy for others to read your code is always a good "
21832188"idea, and adopting a nice coding style helps tremendously for that."
21842189msgstr ""
2190+ "Teraz, kiedy już jesteś gotowa(-wy) aby pisać dłuższe, bardziej złożone "
2191+ "pythonowe dzieła, dobrze żebyśmy porozmawiali o *stylu kodowania*. Większość "
2192+ "języków może być pisana (a mówiąc precyzyjniej, *formatowana*) w różnym "
2193+ "stylu; bardziej lub mniej czytelnym. Zawsze dobrze jest dążyć, aby twój kod "
2194+ "był łatwy do czytania przez innych a w tym bardzo pomaga stosowanie fajnego "
2195+ "stylu kodowania."
21852196
21862197msgid ""
21872198"For Python, :pep:`8` has emerged as the style guide that most projects "
0 commit comments