Skip to content

Commit 9f1cad4

Browse files
committed
Fix a typo in the pytato actx
1 parent 125e936 commit 9f1cad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraycontext/impl/pytato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def transform_loopy_program(self, t_unit: lp.TranslationUnit) -> lp.TranslationU
194194
"to transform a translation unit. "
195195
"This is a no-op and will result in unoptimized C code for"
196196
"the requested optimization, all in a single statement."
197-
"This will work, but is unlikely to be performatn."
197+
"This will work, but is unlikely to be performant."
198198
f"Instead, subclass {type(self).__name__} and implement "
199199
"the specific transform logic required to transform the program "
200200
"for your package or application. Check higher-level packages "

0 commit comments

Comments
 (0)