Skip to content

Commit b6594e3

Browse files
fix: use parentheses to replace dash
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent a7f2ac6 commit b6594e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq/design.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ msgid ""
8989
msgstr ""
9090
"很多程式碼風格會把 begin/end 獨立放在一行。這會讓程式碼很長且浪費珍貴的螢幕空"
9191
"間,要概覽程式時也變得較為困難。理想上來說,一個函式應該要佔一個螢幕(大概 "
92-
"20 至 30 行)。20 行的 Python 程式碼比起 20 行的 C 程式碼可以做更多事。這不單"
93-
"單只是沒有 begin/end 括號 ── 也因為沒有變數宣告及高階的資料型別 ── 但縮排式的"
92+
"20 至 30 行)。20 行的 Python 程式碼比起 20 行的 C 程式碼可以做更多事。雖然沒"
93+
"有開頭與結尾的括號並非單一原因(沒有變數宣告及高階的資料型別同樣有關),但縮排式的"
9494
"語法確實給了幫助。"
9595

9696
#: ../../faq/design.rst:48

0 commit comments

Comments
 (0)