We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5356a3c commit 06ac184Copy full SHA for 06ac184
c-api/complex.po
@@ -11,7 +11,7 @@ msgstr ""
11
"Project-Id-Version: Python 3.8\n"
12
"Report-Msgid-Bugs-To: \n"
13
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14
-"PO-Revision-Date: 2025-10-07 00:02-0600\n"
+"PO-Revision-Date: 2025-10-07 00:11-0600\n"
15
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
16
"Language-Team: python-doc-es\n"
17
"Language: es\n"
@@ -76,9 +76,9 @@ msgid ""
76
" double imag;\n"
77
"} Py_complex;"
78
msgstr ""
79
-"typedef struct {\r\n"
80
-" double real;\r\n"
81
-" double imag;\r\n"
+"typedef struct {\n"
+" double real;\n"
+" double imag;\n"
82
83
84
#: ../Doc/c-api/complex.rst:43
0 commit comments