Skip to content

Commit a77aac8

Browse files
committed
examples: fix missing parenthesis
1 parent bf3635c commit a77aac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/joblib_yarn_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Should be executed in parallel locally
1717
print(Parallel(verbose=100, n_jobs=5)(
18-
delayed(sqrt)(i**2) for i in range(100))
18+
delayed(sqrt)(i**2) for i in range(100)))

0 commit comments

Comments
 (0)