From cb315a6b648f789424fb5c41a46716f41674ad66 Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Wed, 15 Apr 2026 12:16:43 -0700 Subject: [PATCH] xplat/executorch/backends/nxp/quantizer/patterns.py Reviewed By: franklinho Differential Revision: D100956827 --- backends/nxp/quantizer/patterns.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. """