diff options
Diffstat (limited to 'shared-bindings/network/__init__.c')
| -rw-r--r-- | shared-bindings/network/__init__.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shared-bindings/network/__init__.c b/shared-bindings/network/__init__.c index 01763a73c..4f03781cf 100644 --- a/shared-bindings/network/__init__.c +++ b/shared-bindings/network/__init__.c @@ -38,7 +38,7 @@ #if CIRCUITPY_NETWORK -//| :mod:`network` --- Network Interface Management +//| """:mod:`network` --- Network Interface Management //| =============================================== //| //| .. module:: network @@ -47,11 +47,11 @@ //| //| This module provides a registry of configured NICs. //| It is used by the 'socket' module to look up a suitable -//| NIC when a socket is created. +//| NIC when a socket is created.""" //| -//| .. function:: route() -//| -//| Returns a list of all configured NICs. +//| def route() -> Any: +//| """Returns a list of all configured NICs.""" +//| ... //| STATIC mp_obj_t network_route(void) { |
