Skip to content

docs: fix parameter name typo in ASR providers#1375

Merged
openminddev merged 3 commits intoOpenMind:mainfrom
windlgrass:fix-asr-providers-callback-typo
Jan 13, 2026
Merged

docs: fix parameter name typo in ASR providers#1375
openminddev merged 3 commits intoOpenMind:mainfrom
windlgrass:fix-asr-providers-callback-typo

Conversation

@windlgrass
Copy link
Copy Markdown
Contributor

Summary

Fix parameter name typo in ASR providers' register_message_callback() docstrings.

Problem

Two issues in the docstrings:

  1. Parameter is named message_callback but docstrings said callback
  2. Extra ) after Callable]

Before:

callback : Optional[Callable])

After:

message_callback : Optional[Callable]

Changes

  • src/providers/asr_provider.py (line 76)
  • src/providers/asr_rtsp_provider.py (line 64)

Testing

No functional changes (docstring only)

@windlgrass windlgrass requested review from a team as code owners January 13, 2026 02:59
@github-actions github-actions Bot added robotics Robotics code changes python Python code labels Jan 13, 2026
@openminddev openminddev enabled auto-merge (squash) January 13, 2026 04:35
@openminddev openminddev merged commit 6d478a5 into OpenMind:main Jan 13, 2026
5 checks passed
aydnOktay pushed a commit to aydnOktay/OM1 that referenced this pull request Jan 19, 2026
* Update asr_provider.py

* Update asr_rtsp_provider.py

---------

Co-authored-by: openminddev <147775420+openminddev@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python code robotics Robotics code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants