Skip to content

Commit eadb99c

Browse files
[DOCUMENTATION] More Documentation Tweaks (- WIP #208 -)
Changes in file docs/FAQ.md: - minor rewording. Changes in file tests/__init__.py: - minor enhancement to module summary.
1 parent 587b077 commit eadb99c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ work so far as this Multicast module is concerned.
228228
229229
### How do I build the documentation?
230230

231-
* Typicly the documentation will be automatically build by CI/CD and posted to the official
231+
* Typically the documentation will be automatically built by CI/CD and posted to the official
232232
documentation site.
233233

234234
* However if one still wishes to manually build the documentation, there is a make target for this:

tests/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
2222
Package containing test suites and utilities for the multicast module.
2323
24+
This package provides comprehensive testing coverage for various multicast functionalities
25+
including server operations, data processing, cleanup routines, and exception handling.
26+
2427
Robust imports: These statements import the entire "multicast" module,
2528
allowing access to all its functionalities within the test environment.
2629
This may be flagged as an intentional cyclic import by pylint.

0 commit comments

Comments
 (0)