hdl.ast: fix typo
This commit is contained in:
parent
b9799b4c4a
commit
26a15b31f7
|
@ -330,7 +330,7 @@ class Value(metaclass=ABCMeta):
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
offset : Value, in
|
offset : Value, int
|
||||||
Index of first selected bit.
|
Index of first selected bit.
|
||||||
width : int
|
width : int
|
||||||
Number of selected bits.
|
Number of selected bits.
|
||||||
|
@ -353,7 +353,7 @@ class Value(metaclass=ABCMeta):
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
offset : Value, in
|
offset : Value, int
|
||||||
Index of first selected word.
|
Index of first selected word.
|
||||||
width : int
|
width : int
|
||||||
Number of selected bits.
|
Number of selected bits.
|
||||||
|
|
Loading…
Reference in a new issue