lib.crc: make module documentation introduction consistent with other stdlib modules.

This commit is contained in:
Adam Greig 2024-01-18 00:17:40 +00:00 committed by Catherine
parent b40c18fb00
commit db7e64960c

View file

@ -1,6 +1,6 @@
"""
Utilities for computing cyclic redundancy checks (CRCs) in software and in
hardware.
The :mod:`amaranth.lib.crc` module provides utilities for computing cyclic
redundancy checks (CRCs) in software and in hardware.
CRCs are specified using the :py:class:`Algorithm` class, which contains
settings for CRC width, polynomial, initial value, input/output reflection, and