From 556b84c70a49077a3532b8ae724472026b53d8ac Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 24 Oct 2021 19:26:47 +0100 Subject: [PATCH] spelling corrections after typing on a phone --- src/ieee754/part/layout_experiment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ieee754/part/layout_experiment.py b/src/ieee754/part/layout_experiment.py index 87f2820f..14a296a6 100644 --- a/src/ieee754/part/layout_experiment.py +++ b/src/ieee754/part/layout_experiment.py @@ -41,8 +41,8 @@ from ieee754.part_mul_add.partpoints import PartitionPoints # http://lists.libre-soc.org/pipermail/libre-soc-dev/2021-October/003921.html # XXX tempted to suggest that this function remain as a function, because # it takes all the context it needs as parameters. its usefulness goes -# beyond a dingle class, and there is actually nothing realistically -# that it needs whixh is context-srnsitive. theregore, on balabce, +# beyond a single class, and there is actually nothing realistically +# that it needs whixh is context-sensitive. therefore, on balance, # it should remain a function def layout(elwid, # comes from SimdScope constructor vec_el_counts, # comes from SimdScope constructor -- 2.30.2