From: Robin Ole Heinemann Date: Sun, 24 May 2020 15:54:17 +0000 (+0200) Subject: hdl.ast: fix typo X-Git-Tag: working2~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26a15b31f7fc278783cf9286d5af1877edc8290f;p=nmigen.git hdl.ast: fix typo --- 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.