Skip to content

Commit aaa550b

Browse files
committed
Added type hints to network
1 parent 9122d0b commit aaa550b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/network/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//| It is used by the 'socket' module to look up a suitable
4545
//| NIC when a socket is created."""
4646
//|
47-
//| def route() -> Any:
47+
//| def route() -> list:
4848
//| """Returns a list of all configured NICs."""
4949
//| ...
5050
//|

0 commit comments

Comments
 (0)