We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761acd0 commit b5cddd6Copy full SHA for b5cddd6
1 file changed
README.md
@@ -68,5 +68,5 @@ g.list_vendors('/usr/share/wireshark/manuf')
68
Check if a MAC address is valid
69
```
70
if g.is_mac_address('94:0C:98:BC:74:1C') == True:
71
- print('Valid Ethernet AAddress')
+ print('Valid Ethernet Address')
72
0 commit comments