diff --git a/backends/nxp/quantizer/patterns.py b/backends/nxp/quantizer/patterns.py index 60afa6bf4d2..fdb0eaa8042 100644 --- a/backends/nxp/quantizer/patterns.py +++ b/backends/nxp/quantizer/patterns.py @@ -31,11 +31,11 @@ @dataclass class NodeArgsIdx: """ - Specifies indexes to args paramater of Node in node input annotation. + Specifies indexes to args parameter of Node in node input annotation. Attributes: - idx (int): Index to Node's args paramater (list). Selects an input Node or a list of Nodes at the index. + idx (int): Index to Node's args parameter (list). Selects an input Node or a list of Nodes at the index. inner_idx (int): If specified, index to a list pointed by 'idx' attribute. Selects an input Node at the index. Default: None. """