We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8650513 commit c58428eCopy full SHA for c58428e
library/functions.po
@@ -2693,6 +2693,9 @@ msgid ""
2693
"1, return its single byte value. For example, ``ord(b'a')`` returns the "
2694
"integer ``97``."
2695
msgstr ""
2696
+"Jeśli argument jest obiektem :class:`bytes` lub :class:`bytearray` o "
2697
+"długości 1, zwraca jego wartość pojedynczego bajtu. Na przykład "
2698
+"``ord(b'a')`` zwraca liczbę całkowitą ``97``."
2699
2700
msgid ""
2701
"Return *base* to the power *exp*; if *mod* is present, return *base* to the "
0 commit comments