Skip to content

Commit 7647f3f

Browse files
committed
chore: adjust comment
1 parent ef44940 commit 7647f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_gettsim/vectorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def make_vectorizable(func: callable, backend: str):
2828
module = _module_from_backend(backend)
2929
tree = _make_vectorizable_ast(func, module=module)
3030

31-
# recreate scope of function and add policy_info decorator and array library
31+
# recreate scope of function, add policy_info decorator and array library
3232
scope = func.__globals__
3333
from _gettsim.shared import policy_info
3434

0 commit comments

Comments
 (0)