Skip to content

Commit 64348ff

Browse files
committed
Update translation from Transifex
1 parent 769ad37 commit 64348ff

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

library/stdtypes.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-05-04 06:48+0000\n"
14+
"POT-Creation-Date: 2021-05-26 06:28+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -3239,16 +3239,16 @@ msgid ""
32393239
msgstr ""
32403240

32413241
msgid ""
3242-
"Create a :class:`memoryview` that references *obj*. *obj* must support the "
3243-
"buffer protocol. Built-in objects that support the buffer protocol include :"
3244-
"class:`bytes` and :class:`bytearray`."
3242+
"Create a :class:`memoryview` that references *object*. *object* must "
3243+
"support the buffer protocol. Built-in objects that support the buffer "
3244+
"protocol include :class:`bytes` and :class:`bytearray`."
32453245
msgstr ""
32463246

32473247
msgid ""
32483248
"A :class:`memoryview` has the notion of an *element*, which is the atomic "
3249-
"memory unit handled by the originating object *obj*. For many simple types "
3250-
"such as :class:`bytes` and :class:`bytearray`, an element is a single byte, "
3251-
"but other types such as :class:`array.array` may have bigger elements."
3249+
"memory unit handled by the originating *object*. For many simple types such "
3250+
"as :class:`bytes` and :class:`bytearray`, an element is a single byte, but "
3251+
"other types such as :class:`array.array` may have bigger elements."
32523252
msgstr ""
32533253

32543254
msgid ""

0 commit comments

Comments
 (0)