Skip to content

Commit 983771a

Browse files
martorelli617gilmartorelli
authored andcommitted
Traducido archivo extending/extending (#1576)
Co-authored-by: gilmartorelli <neptaligil@gmail.com>
1 parent 609a5ca commit 983771a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

extending/extending.po

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2020-06-26 16:26+0200\n"
14+
"PO-Revision-Date: 2021-10-27 04:00-0400\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/extending/extending.rst:8
2526
msgid "Extending Python with C or C++"
@@ -1285,6 +1286,10 @@ msgid ""
12851286
"collect` function), as well as configuration interfaces and the ability to "
12861287
"disable the detector at runtime."
12871288
msgstr ""
1289+
"El detector de ciclos es capaz de detectar ciclos basura y puede "
1290+
"recuperarlos. El módulo :mod:`gc` expone una forma de ejecutar el detector "
1291+
"(la función :func:`~gc.collect`), así como interfaces de configuración y la "
1292+
"posibilidad de desactivar el detector en tiempo de ejecución."
12881293

12891294
#: ../Doc/extending/extending.rst:920
12901295
msgid "Reference Counting in Python"

0 commit comments

Comments
 (0)