Skip to content

Commit

Permalink
Merge pull request hbldh#894 from mdxs/patch-1
Browse files Browse the repository at this point in the history
Fix documentation of raised error
  • Loading branch information
dlech authored Jul 25, 2022
2 parents 1b0cb7d + c9e28cb commit 2c862ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleak/backends/bluezdbus/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def assert_bus_name_valid(type: str):
:type name: str
:raises:
- :class:`InvalidBusNameError` - If this is not a valid message type.
- :class:`InvalidMessageTypeError` - If this is not a valid message type.
"""
if not is_message_type_valid(type):
raise InvalidMessageTypeError(type)
Expand Down

0 comments on commit 2c862ae

Please sign in to comment.