Added type hints to network

This commit is contained in:
dherrada 2020-07-03 15:10:56 -04:00
parent 9122d0b9f4
commit aaa550b33e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
//| It is used by the 'socket' module to look up a suitable
//| NIC when a socket is created."""
//|
//| def route() -> Any:
//| def route() -> list:
//| """Returns a list of all configured NICs."""
//| ...
//|