diff --git a/nmigen/hdl/ast.py b/nmigen/hdl/ast.py index 39093e7..558e018 100644 --- a/nmigen/hdl/ast.py +++ b/nmigen/hdl/ast.py @@ -330,7 +330,7 @@ class Value(metaclass=ABCMeta): Parameters ---------- - offset : Value, in + offset : Value, int Index of first selected bit. width : int Number of selected bits. @@ -353,7 +353,7 @@ class Value(metaclass=ABCMeta): Parameters ---------- - offset : Value, in + offset : Value, int Index of first selected word. width : int Number of selected bits.