Skip to content

Commit 94eddf4

Browse files
committed
Update translation from Transifex
1 parent 37df0de commit 94eddf4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

c-api/structures.po

Lines changed: 12 additions & 1 deletion
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-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-08-03 07:07+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -510,6 +510,17 @@ msgid ""
510510
"``T_PYSSIZET`` and ``READONLY``, for example::"
511511
msgstr ""
512512

513+
msgid ""
514+
"Get an attribute belonging to the object at address *obj_addr*. The "
515+
"attribute is described by ``PyMemberDef`` *m*. Returns ``NULL`` on error."
516+
msgstr ""
517+
518+
msgid ""
519+
"Set an attribute belonging to the object at address *obj_addr* to object "
520+
"*o*. The attribute to set is described by ``PyMemberDef`` *m*. Returns "
521+
"``0`` if successful and a negative value on failure."
522+
msgstr ""
523+
513524
msgid ""
514525
"Structure to define property-like access for a type. See also description of "
515526
"the :c:member:`PyTypeObject.tp_getset` slot."

0 commit comments

Comments
 (0)