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