@@ -73,7 +73,7 @@ class SwitchConfig(GenericMessage):
7373 miss_send_len = UBInt16 ()
7474
7575 def __init__ (self , xid = None , flags = None , miss_send_len = None ):
76- """The constructor just assings parameters to object attributes.
76+ """The constructor just assigns parameters to object attributes.
7777
7878 Args:
7979 xid (int): xid to be used on the message header.
@@ -96,7 +96,7 @@ class AggregateStatsReply(GenericStruct):
9696 pad = Pad (4 )
9797
9898 def __init__ (self , packet_count = None , byte_count = None , flow_count = None ):
99- """The constructor just assings parameters to object attributes.
99+ """The constructor just assigns parameters to object attributes.
100100
101101 Args:
102102 packet_count (int): Number of packets in flows
@@ -119,7 +119,7 @@ class AggregateStatsRequest(GenericStruct):
119119 out_port = UBInt16 ()
120120
121121 def __init__ (self , match = Match (), table_id = 0xff , out_port = Port .OFPP_NONE ):
122- """The constructor just assings parameters to object attributes.
122+ """The constructor just assigns parameters to object attributes.
123123
124124 Args:
125125 match (~pyof.v0x01.common.flow_match.Match): Fields to match.
@@ -149,7 +149,7 @@ class DescStats(GenericStruct):
149149
150150 def __init__ (self , mfr_desc = None , hw_desc = None , sw_desc = None ,
151151 serial_num = None , dp_desc = None ):
152- """The constructor just assings parameters to object attributes.
152+ """The constructor just assigns parameters to object attributes.
153153
154154 Args:
155155 mfr_desc (str): Manufacturer description
@@ -249,7 +249,7 @@ class FlowStatsRequest(GenericStruct):
249249 out_port = UBInt16 ()
250250
251251 def __init__ (self , match = Match (), table_id = 0xff , out_port = Port .OFPP_NONE ):
252- """The constructor just assings parameters to object attributes.
252+ """The constructor just assigns parameters to object attributes.
253253
254254 Args:
255255 match (:class:`~pyof.v0x01.common.flow_match.Match`):
@@ -340,7 +340,7 @@ class PortStatsRequest(GenericStruct):
340340 pad = Pad (6 )
341341
342342 def __init__ (self , port_no = None ):
343- """The constructor just assings parameters to object attributes.
343+ """The constructor just assigns parameters to object attributes.
344344
345345 Args:
346346 port_no (:class:`int`, :class:`~pyof.v0x01.common.phy_port.Port`):
@@ -365,7 +365,7 @@ class QueueStats(GenericStruct):
365365
366366 def __init__ (self , port_no = None , queue_id = None , tx_bytes = None ,
367367 tx_packets = None , tx_errors = None ):
368- """The constructor just assings parameters to object attributes.
368+ """The constructor just assigns parameters to object attributes.
369369
370370 Args:
371371 port_no (:class:`int`, :class:`~pyof.v0x01.common.phy_port.Port`):
@@ -392,7 +392,7 @@ class QueueStatsRequest(GenericStruct):
392392 queue_id = UBInt32 ()
393393
394394 def __init__ (self , port_no = None , queue_id = None ):
395- """The constructor just assings parameters to object attributes.
395+ """The constructor just assigns parameters to object attributes.
396396
397397 Args:
398398 port_no (:class:`int`, :class:`~pyof.v0x01.common.phy_port.Port`):
@@ -420,7 +420,7 @@ class TableStats(GenericStruct):
420420 def __init__ (self , table_id = None , name = None , wildcards = None ,
421421 max_entries = None , active_count = None , count_lookup = None ,
422422 count_matched = None ):
423- """The constructor just assings parameters to object attributes.
423+ """The constructor just assigns parameters to object attributes.
424424
425425 Args:
426426 table_id (int): Identifier of table. Lower numbered tables are
0 commit comments