Skip to content

Commit

Permalink
ドキュメントを訂正
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 17, 2024
1 parent 2fe40f6 commit dfc5002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ class VoiceModelFile:
"""
VVMファイルを閉じる。
Caveats
-------
このメソッドが呼ばれた段階で :attr:`Synthesizer.load_voice_model`
からのアクセスが継続中の場合、例外が発生する。
他の言語バインディング、例えばJava
APIではアクセスが全部終わるのを待ってから処理に移るようになっており、将来的にはPython
APIも同様になるかもしれない。
からのアクセスが継続中の場合、アクセスが終わるまで待つ。
"""
...
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ class VoiceModelFile:
"""
VVMファイルを閉じる。
Caveats
-------
このメソッドが呼ばれた段階で :attr:`Synthesizer.load_voice_model`
からのアクセスが継続中の場合、例外が発生する。
他の言語バインディング、例えばJava
APIではアクセスが全部終わるのを待ってから処理に移るようになっており、将来的にはPython
APIも同様になるかもしれない。
からのアクセスが継続中の場合、アクセスが終わるまで待つ。
"""
...
@property
Expand Down

0 comments on commit dfc5002

Please sign in to comment.