@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-08-07 21:40 +0000\n "
14+ "POT-Creation-Date : 2025-08-09 15:09 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:21+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2671,7 +2671,7 @@ msgstr ""
26712671"użyciu operatora potęgi: ``base**exp``."
26722672
26732673msgid ""
2674- "The arguments must have numeric types. With mixed operand types, the "
2674+ "When arguments are builtin numeric types with mixed operand types, the "
26752675"coercion rules for binary arithmetic operators apply. For :class:`int` "
26762676"operands, the result has the same type as the operands (after coercion) "
26772677"unless the second argument is negative; in that case, all arguments are "
@@ -2683,18 +2683,6 @@ msgid ""
26832683"`float` with an integral exponent, a float result is delivered. For example, "
26842684"``pow(-9, 2.0)`` returns ``81.0``."
26852685msgstr ""
2686- "Operatory argumentów muszą mieć typy numeryczne. W przypadku mieszanych "
2687- "typów operandów obowiązują zasady koercji dla binarnych operatorów "
2688- "arytmetycznych. Dla operandów :class:`int` wynik ma ten sam typ co operandy "
2689- "(po koercji), chyba że drugi argument jest ujemny; w takim przypadku "
2690- "wszystkie argument są konwertowane na float i dostarczany jest wynik float. "
2691- "Na przykład, ``pow(10, 2)`` zwracać ``100`` , ale ``pow(10, -2)`` zwracać "
2692- "``0.01`` . W przypadku ujemnej podstawy typu :class:`int` lub :class:"
2693- "`float` i wykładnika niecałkowitego dostarczany jest wynik złożony. Na "
2694- "przykład, ``pow(-9, 0.5)`` zwraca wartość zbliżona do ``3j``. Natomiast dla "
2695- "ujemnej podstawy typu :class:`int` lub :class:`float` z wykładnikiem "
2696- "całkowitym, dostarczany jest wynik zmiennoprzecinkowy. Na przykład ``pow(-9, "
2697- "2.0)`` zwraca ``81.0`` ."
26982686
26992687msgid ""
27002688"For :class:`int` operands *base* and *exp*, if *mod* is present, *mod* must "
0 commit comments