@@ -324,7 +324,7 @@ msgid ""
324324"iterable`. Equivalent to calling ``x.__aiter__()``."
325325msgstr ""
326326"Zwraca :term:`asynchroniczny iterator <asynchronous iterator>` dla :term:"
327- "`asynchronicznego iterable'a <asynchronous iterable>`. Ewiwalent wywołania "
327+ "`asynchronicznego iterable'a <asynchronous iterable>`. Ekwiwalent wywołania "
328328"``x.__aiter__()``."
329329
330330msgid "Note: Unlike :func:`iter`, :func:`aiter` has no 2-argument variant."
@@ -404,21 +404,31 @@ msgid ""
404404"`repr` using ``\\ x``, ``\\ u``, or ``\\ U`` escapes. This generates a string "
405405"similar to that returned by :func:`repr` in Python 2."
406406msgstr ""
407+ "Tak jak :func:`repr`, zwraca ciąg znaków zawierający reprezentację obiektu, "
408+ "ale wypisuje znaki nie-ASCII w zwracanym przez :func:`repr` ciągu przy "
409+ "użyciu escape'ów ``\\ x``, ``\\ u`` lub ``\\ U``. Generuje ciąg znaków podobny "
410+ "do tego zwracanego przez :func:`repr` w Pythonie 2."
407411
408412msgid ""
409413"Convert an integer number to a binary string prefixed with \" 0b\" . The "
410414"result is a valid Python expression. If *x* is not a Python :class:`int` "
411415"object, it has to define an :meth:`~object.__index__` method that returns an "
412416"integer. Some examples:"
413417msgstr ""
418+ "Konwertuje liczbę całkowitą do binarnego ciągu znaków z prefiksem „0b”. "
419+ "Wynik jest poprawnym wyrażeniem Pythona. Jeśli *x* nie jest pythonowym "
420+ "obiektem :class:`int`, musi definiować metodę :meth:`~object.__index__`, "
421+ "która zwraca liczbę całkowitą. Kilka przykładów:"
414422
415423msgid ""
416424"If the prefix \" 0b\" is desired or not, you can use either of the following "
417425"ways."
418426msgstr ""
427+ "Jeśli prefiks „0b” nie jest pożądany, możesz użyć któregoś z poniższych "
428+ "sposobów."
419429
420430msgid "See also :func:`format` for more information."
421- msgstr "Zobacz też :func:`format` po więcej informacji."
431+ msgstr "Zobacz też :func:`format` by uzyskać więcej informacji."
422432
423433msgid ""
424434"Return a Boolean value, i.e. one of ``True`` or ``False``. The argument is "
0 commit comments