#1715 - Moved IPv4Address conversions to the NIC init. Mak wake_on_lan not optional. Ignored ANN002 and ANN003 in .flake8 so we don't get silly 'ANN002 Missing type annotation for *args' and 'ANN003 Missing type annotation for **kwargs' flake8 failures

This commit is contained in:
Chris McCarthy
2023-08-01 10:32:16 +01:00
parent 557caeaac4
commit 8785089a1c
3 changed files with 18 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
Physical Layer
==============
The physical layer components are mode of a ``NIC`` (Network Interface Card) and a ``Link``. These components allow
The physical layer components are models of a ``NIC`` (Network Interface Card) and a ``Link``. These components allow
modelling of layer 1 (physical layer) in the OSI model.
NIC