@@ -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-05-21 20:13+0200 \n "
14+ "PO-Revision-Date : 2021-10-28 21:28-0500 \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/c-api/import.rst:6
2526msgid "Importing Modules"
@@ -447,7 +448,6 @@ msgstr ""
447448"adicionales. La estructura se define en :file:`Include/import.h` como::"
448449
449450#: ../Doc/c-api/import.rst:297
450- #, fuzzy
451451msgid ""
452452"Add a collection of modules to the table of built-in modules. The *newtab* "
453453"array must end with a sentinel entry which contains ``NULL`` for the :attr:"
@@ -462,15 +462,18 @@ msgstr ""
462462"el campo :attr:`name`; Si no se proporciona el valor centinela, se puede "
463463"producir un error de memoria. Retorna ``0`` en caso de éxito o ``-1`` si se "
464464"puede asignar memoria insuficiente para ampliar la tabla interna. En caso de "
465- "error, no se agregan módulos a la tabla interna. Esto debería llamarse antes "
466- "de :c:func:`Py_Initialize`."
465+ "error, no se agregan módulos a la tabla interna. Esta función debe ser "
466+ "llamada antes de :c:func:`Py_Initialize`."
467467
468468#: ../Doc/c-api/import.rst:304
469469msgid ""
470470"If Python is initialized multiple times, :c:func:`PyImport_AppendInittab` "
471471"or :c:func:`PyImport_ExtendInittab` must be called before each Python "
472472"initialization."
473473msgstr ""
474+ "Si Python es inicializado múltiples veces, se debe llamar :c:func:"
475+ "`PyImport_AppendInittab` o :c:func:`PyImport_ExtendInittab` antes de cada "
476+ "inicialización de Python."
474477
475478#~ msgid "Initialize the import mechanism. For internal use only."
476479#~ msgstr "Inicializa el mecanismo de importación. Sólo para uso interno."
0 commit comments