Skip to content

Commit d848e1c

Browse files
Copilotmattwang44
andcommitted
Remove unnecessary trailing backslashes from multi-line translation
Co-authored-by: mattwang44 <[email protected]>
1 parent 18f2cbc commit d848e1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/struct.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ msgid ""
3636
"connections), or data transfer between the Python application and the C "
3737
"layer."
3838
msgstr ""
39-
"此模組可在 Python 數值與以 Python :class:`bytes` 物件表示的 C 結構之間進行轉換。\\"
40-
"簡潔的\\ :ref:`格式字串 <struct-format-strings>` 描述了與 Python 數值之間預期的轉換。\\"
41-
"此模組的函式和物件可用於兩種截然不同的應用:與外部來源(檔案或網路連線)的資料交換,\\"
39+
"此模組可在 Python 數值與以 Python :class:`bytes` 物件表示的 C 結構之間進行轉換。"
40+
"簡潔的\\ :ref:`格式字串 <struct-format-strings>`\\ 描述了與 Python 數值之間預期的轉換。"
41+
"此模組的函式和物件可用於兩種截然不同的應用:與外部來源(檔案或網路連線)的資料交換,"
4242
"或是 Python 應用程式與 C 層之間的資料傳輸。"
4343

4444
#: ../../library/struct.rst:29

0 commit comments

Comments
 (0)