@@ -456,32 +456,43 @@ msgid ""
456456"dictionary, or instances of most classes. For example, the following "
457457"function accumulates the arguments passed to it on subsequent calls::"
458458msgstr ""
459+ "**Ważna uwaga**: Wartość domyślna jest wyliczana tylko raz. Ma to znaczenie, "
460+ "gdy domyślna wartość jest obiektem mutowalnym takim jak lista, słownik lub "
461+ "instancje większości klas. Na przykład następująca funkcja akumuluje "
462+ "argumenty przekazane do niej w kolejnych wywołaniach::"
459463
460464msgid "This will print ::"
461- msgstr ""
465+ msgstr "To wyświetli :: "
462466
463467msgid ""
464468"If you don't want the default to be shared between subsequent calls, you can "
465469"write the function like this instead::"
466470msgstr ""
471+ "Jeśli nie chcesz, żeby domyślna wartość była współdzielona pomiędzy "
472+ "kolejnymi wywołaniami, możesz napisać funkcję w ten sposób::"
467473
468474msgid "Keyword Arguments"
469- msgstr ""
475+ msgstr "Argumenty nazwane "
470476
471477msgid ""
472478"Functions can also be called using :term:`keyword arguments <keyword "
473479"argument>` of the form ``kwarg=value``. For instance, the following "
474480"function::"
475481msgstr ""
482+ "Funkcje mogą być również wywoływane przy użyciu :term:`argumentów nazwanych "
483+ "<keyword argument>` w formie ``kwarg=value``. Na przykład poniższa funkcja::"
476484
477485msgid ""
478486"accepts one required argument (``voltage``) and three optional arguments "
479487"(``state``, ``action``, and ``type``). This function can be called in any "
480488"of the following ways::"
481489msgstr ""
490+ "akceptuje jeden wymagany argument (``voltage``) i trzy opcjonalne argumenty "
491+ "(``state``, ``action`` i ``type``). Funkcja może być wywołana w dowolny z "
492+ "poniższych sposobów::"
482493
483494msgid "but all the following calls would be invalid::"
484- msgstr ""
495+ msgstr "ale wszystkie poniższe wywołania byłyby niepoprawne:: "
485496
486497msgid ""
487498"In a function call, keyword arguments must follow positional arguments. All "
0 commit comments