@@ -194978,30 +194978,37 @@ msgstr ""
194978194978"argumenty przekazane do niej w kolejnych wywołaniach::"
194979194979
194980194980msgid "This will print ::"
194981- msgstr ""
194981+ msgstr "To wyświetli :: "
194982194982
194983194983msgid ""
194984194984"If you don't want the default to be shared between subsequent calls, you can "
194985194985"write the function like this instead::"
194986194986msgstr ""
194987+ "Jeśli nie chcesz, żeby domyślna wartość była współdzielona pomiędzy "
194988+ "kolejnymi wywołaniami, możesz napisać funkcję w ten sposób::"
194987194989
194988194990msgid "Keyword Arguments"
194989- msgstr ""
194991+ msgstr "Argumenty nazwane "
194990194992
194991194993msgid ""
194992194994"Functions can also be called using :term:`keyword arguments <keyword "
194993194995"argument>` of the form ``kwarg=value``. For instance, the following "
194994194996"function::"
194995194997msgstr ""
194998+ "Funkcje mogą być również wywoływane przy użyciu :term:`argumentów nazwanych "
194999+ "<keyword argument>` w formie ``kwarg=value``. Na przykład poniższa funkcja::"
194996195000
194997195001msgid ""
194998195002"accepts one required argument (``voltage``) and three optional arguments "
194999195003"(``state``, ``action``, and ``type``). This function can be called in any "
195000195004"of the following ways::"
195001195005msgstr ""
195006+ "akceptuje jeden wymagany argument (``voltage``) i trzy opcjonalne argumenty "
195007+ "(``state``, ``action`` i ``type``). Funkcja może być wywołana w dowolny z "
195008+ "poniższych sposobów::"
195002195009
195003195010msgid "but all the following calls would be invalid::"
195004- msgstr ""
195011+ msgstr "ale wszystkie poniższe wywołania byłyby niepoprawne:: "
195005195012
195006195013msgid ""
195007195014"In a function call, keyword arguments must follow positional arguments. All "
@@ -195012,6 +195019,14 @@ msgid ""
195012195019"may receive a value more than once. Here's an example that fails due to this "
195013195020"restriction::"
195014195021msgstr ""
195022+ "W wywołaniu funkcji argumenty nazwane muszą znajdować się za argumentami "
195023+ "pozycyjnymi. Wszystkie przekazane argumenty nazwane muszą pasować do jednego "
195024+ "argumentu akceptowanego przez funkcję (na przykład ``actor`` nie jest "
195025+ "poprawnym argumentem dla funkcji ``parrot``) a ich kolejność nie ma "
195026+ "znaczenia. Dotyczy to również nie-opcjonalnych argumentów (na przykład "
195027+ "``parrot(voltage=1000)`` też jest poprawne). Żaden argument nie może "
195028+ "otrzymać wartości więcej niż raz. Tutaj jest przykład, który się nie "
195029+ "powiedzie z powodu tego ograniczenia::"
195015195030
195016195031msgid ""
195017195032"When a final formal parameter of the form ``**name`` is present, it receives "
0 commit comments