frames: fix type s/OuputDTMFFrame/OutputDTMFFrame/

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-31 18:28:38 -08:00
parent a43c102fc8
commit 11aeb68ddb
2 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
contain a combination of function calls, function call responses, system
messages, or just messages.
- Additional DTMF frames
- `InputDTMFFrame` is now based on `DTMFFrame`. There's also a new
`OutputDTMFFrame` frame.
### Fixed

View File

@@ -409,7 +409,7 @@ class InputDTMFFrame(DTMFFrame):
@dataclass
class OuputDTMFFrame(DTMFFrame):
class OutputDTMFFrame(DTMFFrame):
"""A DTMF button output"""