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