Skip to content

Commit 5de5acd

Browse files
authored
Merge pull request #82 from BenjaminEHowe/patch-1
Fix bug in description of `ipv6` function
2 parents 32f40e8 + ae2f6b6 commit 5de5acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/wifi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ asyncio.run(main())
190190
### Other Functions
191191

192192
* `ipv4` - returns the ipv4 address, shortcut for `if.ipconfig("addr4")[0]`
193-
* `ipvv6` - returns the ipv4 address, shortcut for `if.ipconfig("addr6")[0]`
194-
* `isconnected` - returns the connection status
193+
* `ipv6` - returns the first ipv6 address, shortcut for `if.ipconfig("addr6")[0][0]`
194+
* `isconnected` - returns the connection status

0 commit comments

Comments
 (0)