Skip to content

Commit 965130f

Browse files
committed
bugfix in doc for TCP
1 parent 693621f commit 965130f

File tree

1 file changed

+1
-1
lines changed
  • pcapkit/protocols/transport

1 file changed

+1
-1
lines changed

pcapkit/protocols/transport/tcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ def _make_tcp_options(self, options: 'list[Schema_Option | tuple[Enum_Option, di
19321932
"""Make options for TCP.
19331933
19341934
Args:
1935-
option: TCP options
1935+
options: TCP options
19361936
19371937
Returns:
19381938
Tuple of options and total length of options.

0 commit comments

Comments
 (0)