Skip to content

Commit

Permalink
lib.wiring: fix Signature.is_compliant docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Sep 17, 2024
1 parent f20f042 commit 8d623e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amaranth/lib/wiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ def is_compliant(self, obj, *, reasons=None, path=("obj",)):
satisfying the requirements below;
* for port members, is a :ref:`value-like <lang-valuelike>` object casting to
a :class:`Signal` or a :class:`Const` whose width and signedness is the same as that
of the member, and (in case of a :class:`Signal`) which is not reset-less and whose
initial value is that of the member;
of the member, and (in case of a :class:`Signal`) whose initial value is that of the
member;
* for signature members, matches the description in the signature as verified by
:meth:`Signature.is_compliant`.
Expand Down

0 comments on commit 8d623e8

Please sign in to comment.