From 494becf55081b21db65fbad6bf8badaeee52e580 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 27 Aug 2024 17:51:42 -0500 Subject: [PATCH] Fix a typo in the pytato actx --- arraycontext/impl/pytato/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arraycontext/impl/pytato/__init__.py b/arraycontext/impl/pytato/__init__.py index 5ece78e..099738a 100644 --- a/arraycontext/impl/pytato/__init__.py +++ b/arraycontext/impl/pytato/__init__.py @@ -194,7 +194,7 @@ class _BasePytatoArrayContext(ArrayContext, abc.ABC): "to transform a translation unit. " "This is a no-op and will result in unoptimized C code for" "the requested optimization, all in a single statement." - "This will work, but is unlikely to be performatn." + "This will work, but is unlikely to be performant." f"Instead, subclass {type(self).__name__} and implement " "the specific transform logic required to transform the program " "for your package or application. Check higher-level packages " -- GitLab