Преглед на файлове

fixed documentation inconsistency

Marcel преди 6 години
родител
ревизия
d609fc477d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      code/ID2TLib/CommunicationProcessor.py

+ 0 - 1
code/ID2TLib/CommunicationProcessor.py

@@ -21,7 +21,6 @@ class CommunicationProcessor():
     def __init__(self, mtypes:dict, nat:bool):
         """
         Creates an instance of CommunicationProcessor.
-        :param packets: the list of abstract packets
         :param mtypes: a dict containing an int to EnumType mapping of MessageTypes
         :param nat: whether NAT is present in this network
         """