Skip to content

Commit 6e2e87c

Browse files
rroohhhwhitequark
authored andcommitted
lib.wiring: fix Signature.is_compliant docstring
1 parent f20f042 commit 6e2e87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amaranth/lib/wiring.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ def is_compliant(self, obj, *, reasons=None, path=("obj",)):
826826
satisfying the requirements below;
827827
* for port members, is a :ref:`value-like <lang-valuelike>` object casting to
828828
a :class:`Signal` or a :class:`Const` whose width and signedness is the same as that
829-
of the member, and (in case of a :class:`Signal`) which is not reset-less and whose
830-
initial value is that of the member;
829+
of the member, and (in case of a :class:`Signal`) whose initial value is that of the
830+
member;
831831
* for signature members, matches the description in the signature as verified by
832832
:meth:`Signature.is_compliant`.
833833

0 commit comments

Comments
 (0)