Skip to content

Commit 9cba757

Browse files
Merge branch 'master' into dependabot/github_actions/dot-github/workflows/master/ossf/scorecard-action-6622d322b30ed8cdd77455e4af0bddb2b735325c
* master: : Master Branch [STYLE] Fix for style regression. Changes in file docs/FAQ.md: # cd /MY-AWESOME-DEV-PATH # clean up some stuff
2 parents 39ee4cc + 49195ba commit 9cba757

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/FAQ.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ python3 -m multicast SAY --group 224.0.0.1 --port 59595 --message "Hello World!"
7171

7272
> [!WARNING]
7373
> Caveat: this module is still a BETA
74-
(https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_hear_cleanup.py#L54C2-L96C43)
75-
[Here is how it is tested right now]
74+
[Here is how it is tested right now](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_hear_cleanup.py#L54C2-L96C43)
7675

7776
```python3
7877
import multicast
@@ -150,10 +149,9 @@ didWork = (int(p.exitcode) <= int(0)) # if you use a loop and need to know the e
150149
> Caveat: the above examples assume the reader is knowledgeable about general `IPC` theory and
151150
> the standard python `multiprocessing` module and its use.
152151
153-
> [!TIP]
154-
> Another
155-
> [more CLI focused way to test](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_usage.py#L385C2-L432C43)
156-
> is another example of how to use the module.
152+
Here is a
153+
[more CLI focused way to test](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_usage.py#L385C2-L432C43)
154+
as another example of how to use the module.
157155

158156
### What are the defaults?
159157

0 commit comments

Comments
 (0)