Skip to content

Commit 06ac184

Browse files
committed
Fix blank line
1 parent 5356a3c commit 06ac184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/complex.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2025-10-07 00:02-0600\n"
14+
"PO-Revision-Date: 2025-10-07 00:11-0600\n"
1515
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -76,9 +76,9 @@ msgid ""
7676
" double imag;\n"
7777
"} Py_complex;"
7878
msgstr ""
79-
"typedef struct {\r\n"
80-
" double real;\r\n"
81-
" double imag;\r\n"
79+
"typedef struct {\n"
80+
" double real;\n"
81+
" double imag;\n"
8282
"} Py_complex;"
8383

8484
#: ../Doc/c-api/complex.rst:43

0 commit comments

Comments
 (0)