Skip to content

Commit 76a62fc

Browse files
[STYLE] Various style fixes (- WIP #141 -)
Changes in file multicast/__main__.py: - fixed some typos - fixed line length
1 parent 259bedb commit 76a62fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

multicast/__main__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
"""The main entry point for the multicast package.
2121
22-
This module provides the command-line interface and core functionalities for multicast communication.
22+
This module provides the command-line interface and core functionalities for multicast
23+
communication.
2324
2425
Caution: See details regarding dynamic imports [documented](../__init__.py) in this module.
2526
@@ -464,8 +465,8 @@ def doStep(self, *args, **kwargs):
464465
This method selects either the `McastHEAR` or `McastRECV` class based on the daemon
465466
dispatch flag and executes the corresponding step.
466467
467-
The RECV (via McastRECV) is the primitive sub-command to recieve a single multicas hunk.
468-
The HEAR (via McastHEAR) is equivilant to running RECV in a loop to continually recive
468+
The RECV (via McastRECV) is the primitive sub-command to receive a single multicas hunk.
469+
The HEAR (via McastHEAR) is equivalent to running RECV in a loop to continually receive
469470
multiple hunks. Most use-case will probably want to use HEAR instead of RECV.
470471
471472
Args:

0 commit comments

Comments
 (0)