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