Skip to content

Commit cdae024

Browse files
cmaureirrtobar
andauthored
Finalizando c-api/code (#1730)
* Finalizando c-api/code * Update c-api/code.po Co-authored-by: rtobar <rtobar@icrar.org> Co-authored-by: rtobar <rtobar@icrar.org>
1 parent f25acb7 commit cdae024

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

c-api/code.po

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-08-16 13:04+0200\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/c-api/code.rst:8
@@ -100,10 +100,16 @@ msgid ""
100100
"``byte_offset`` and ends after it. If you just need the line number of a "
101101
"frame, use :c:func:`PyFrame_GetLineNumber` instead."
102102
msgstr ""
103+
"Retorna el número de línea de la instrucción que se produce en o antes de "
104+
"``byte_offset`` y finaliza después. Si solo necesita el número de línea de "
105+
"un marco, use :c:func:`PyFrame_GetLineNumber` en su lugar."
103106

104107
#: ../Doc/c-api/code.rst:60
105108
msgid ""
106109
"For efficiently iterating over the line numbers in a code object, use `the "
107110
"API described in PEP 626 <https://www.python.org/dev/peps/pep-0626/#out-of-"
108111
"process-debuggers-and-profilers>`_."
109112
msgstr ""
113+
"Para iterar de manera eficiente sobre los números de línea en un objeto de "
114+
"código, use `la API descrita en PEP 626 <https://www.python.org/dev/peps/"
115+
"pep-0626/#out-of-process-debuggers-and-profilers>`_."

0 commit comments

Comments
 (0)