From bf7c8a02b6ececdbb6fbb9055c1c9edac45e496e Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Mon, 28 Oct 2024 21:02:11 -0400 Subject: [PATCH] Traduccion de c-api/marshal.po --- c-api/marshal.po | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/c-api/marshal.po b/c-api/marshal.po index c50197ed0f..4cc711a710 100644 --- a/c-api/marshal.po +++ b/c-api/marshal.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-10-30 17:51-0600\n" +"PO-Revision-Date: 2024-10-28 21:01-0400\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.13.0\n" +"X-Generator: Poedit 3.5\n" #: ../Doc/c-api/marshal.rst:6 msgid "Data marshalling support" @@ -73,6 +74,8 @@ msgid "" "This function can fail, in which case it sets the error indicator. Use :c:" "func:`PyErr_Occurred` to check for that." msgstr "" +"Esta función puede fallar, en cuyo caso establece el indicador de error. " +"Utiliza :c:func:`PyErr_Occurred` para comprobarlo." #: ../Doc/c-api/marshal.rst:33 msgid ""