Skip to content

Commit

Permalink
Fix restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Oct 15, 2024
1 parent 5b05c69 commit b42f4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/mdns_discovery/mdns_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async def get_service_by_record_type(self, service_name: str,
service_name (str): The unique name of the mDNS service.
Example:
C82B83803DECA0B2-0000000012344321._matter._tcp.local.
record_type (DNSRecordType): The type of record to look for (SRV, TXT, AAAA, A).
Example:
_matterd._tcp.local. (from the MdnsServiceType enum)
Expand Down

0 comments on commit b42f4cb

Please sign in to comment.