Skip to content
Snippets Groups Projects
Commit 494becf5 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Fix a typo in the pytato actx

parent 9e11f71a
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment