File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,18 @@ msgstr ""
140
140
141
141
#: ../Doc/c-api/code.rst:78
142
142
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. "
144
144
145
145
#: ../Doc/c-api/code.rst:82
146
146
msgid ""
147
147
"Equivalent to the Python code ``getattr(co, 'co_code')``. Returns a strong "
148
148
"reference to a :c:type:`PyBytesObject` representing the bytecode in a code "
149
149
"object. On error, ``NULL`` is returned and an exception is raised."
150
150
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."
151
155
152
156
#: ../Doc/c-api/code.rst:87
153
157
msgid ""
You can’t perform that action at this time.
0 commit comments