Skip to content

Commit 36c0f4e

Browse files
committed
translate 3/7 paragraphs
1 parent a6c9e2e commit 36c0f4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

c-api/code.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,18 @@ msgstr ""
140140

141141
#: ../Doc/c-api/code.rst:78
142142
msgid "Returns ``1`` if the function succeeds and 0 otherwise."
143-
msgstr ""
143+
msgstr "Retorna ``1`` si la función fue exitosa y ``0`` de lo contrario."
144144

145145
#: ../Doc/c-api/code.rst:82
146146
msgid ""
147147
"Equivalent to the Python code ``getattr(co, 'co_code')``. Returns a strong "
148148
"reference to a :c:type:`PyBytesObject` representing the bytecode in a code "
149149
"object. On error, ``NULL`` is returned and an exception is raised."
150150
msgstr ""
151+
"Equivalente al código Python ``getattr(co, 'co_code')``. Retorna una "
152+
"referencia fuerte a un :c:type:`PyBytesObject` representando el *bytecode* "
153+
"en un objecto código. En caso de error se retorna ``NULL`` y se lanza una "
154+
"excepción."
151155

152156
#: ../Doc/c-api/code.rst:87
153157
msgid ""

0 commit comments

Comments
 (0)