Skip to content

Commit 0a17862

Browse files
committed
fix typo
1 parent e1cc6f5 commit 0a17862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scapy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ def _write_packet(self,
23832383
comment=None, # type: Optional[bytes]
23842384
ifname=None, # type: Optional[bytes]
23852385
direction=None, # type: Optional[int]
2386-
comments=None, # type: Optional[List[bytes]
2386+
comments=None, # type: Optional[List[bytes]]
23872387
):
23882388
# type: (...) -> None
23892389
"""

0 commit comments

Comments
 (0)