File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ msgid ""
5555"`RuntimeError` is raised."
5656msgstr ""
5757"呼叫平台 API 中底層的 :c:func:`!PlaySound` 函式。*sound* 引數可以是檔案名稱、"
58- "系統音效別名、作為 :term:`類位元組物件 ` 的音訊資料,或 ``None``。其直譯方式取 "
59- "決於 *flags* 的值,該值可以是以下所述常數的按位 OR 組合。若 *sound* 為 "
58+ "系統音效別名、作為 :term:`bytes-like object ` 的音訊資料,或 ``None``。其直譯 "
59+ "方式取決於 *flags* 的值,該值可以是以下所述常數的按位 OR 組合。若 *sound* 為 "
6060"``None``,則會停止任何正在播放的波形音效。若系統回報錯誤,則會引發 :exc:"
6161"`RuntimeError`。"
6262
@@ -184,8 +184,8 @@ msgid ""
184184"The *sound* parameter to :func:`PlaySound` is a memory image of a WAV file, "
185185"as a :term:`bytes-like object`."
186186msgstr ""
187- "傳入 :func:`PlaySound` 的 *sound* 參數是 WAV 檔案的記憶體映像,型別為 :term:` "
188- "類位元組物件 < bytes-like object> `。"
187+ "傳入 :func:`PlaySound` 的 *sound* 參數是 WAV 檔案的記憶體映像,型別為 :term:"
188+ "` bytes-like object`。"
189189
190190#: ../../library/winsound.rst:101
191191msgid ""
You can’t perform that action at this time.
0 commit comments