doc: added docstrings for the new argument

This commit is contained in:
David Leavenworth 2022-11-29 11:40:44 -08:00
parent 069e5bb714
commit 9a62b2b1bd
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ def tab_mute(tab: Optional[apitypes.Tab], to_set: str = None) -> None:
Args:
count: The tab index to mute or unmute, or None
to_set: The mute setting to force: 'true' 'false' or 'None
"""
if tab is None:
return