Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update library/math.po
Co-authored-by: Payon <[email protected]>
  • Loading branch information
Carisa-Li and ken71301 authored Nov 9, 2024
commit 9c36e2b6ce230d28facd237941ac97659de1b7ac
2 changes: 1 addition & 1 deletion library/math.po
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ msgid ""
"'output parameter' (there is no such thing in Python)."
msgstr ""
"請注意 :func:`frexp` 及 :func:`modf` 的呼叫/回傳模式與 C 語言中相應函式不同:"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nit

Suggested change
"請注意 :func:`frexp` 及 :func:`modf` 的呼叫/回傳模式與 C 語言中相應函式不同"
"請注意 :func:`frexp` 及 :func:`modf` 的呼叫/回傳模式與 C 語言中的相應函式不同"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

這部分我想了一下,覺得與C語言中相應的函式不同比較順,已修

"它們傳入一個引數並回傳一對值,而非透過一個「輸出參數(output parameter)」傳"
"它們接受一個引數並回傳一對值,而非透過一個「輸出參數(output parameter)」傳"
"遞第二個回傳值(Python 沒有那種東西)。"

#: ../../library/math.rst:367
Expand Down