formatting fix

This commit is contained in:
anecdata 2023-07-12 23:53:52 -05:00 committed by GitHub
parent d4ac8e75e8
commit 69d2f5ec2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_subnet_ap_obj,
//| ipv4_dns: Optional[ipaddress.IPv4Address],
//| ) -> None:
//| """Sets the IP v4 address of the station. Must include the netmask and gateway. DNS address is optional.
//| Setting the address manually will stop the DHCP client."""
//| Setting the address manually will stop the DHCP client.
//|
//| .. note::
//|