Update TTSSettings docstrings with the corresponding class name(s)

This commit is contained in:
Mark Backman
2026-03-06 16:40:38 -05:00
parent d59c0ea6c1
commit 4ed3480e4b
25 changed files with 29 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ def language_to_lmnt_language(language: Language) -> Optional[str]:
@dataclass
class LmntTTSSettings(TTSSettings):
"""Settings for LMNT TTS service."""
"""Settings for LmntTTSService."""
pass