浏览代码

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
         """