formatting fix

This commit is contained in:
anecdata 2023-07-12 23:53:52 -05:00 committed by Dan Halbert
parent 104cf0bb3a
commit 939149bb2f
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,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::
//|