Skip to content

Commit 11b5496

Browse files
committed
(docs): extra , in tutorial 34
1 parent 3a2f4c7 commit 11b5496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/034 - Distributing Calls using Ray.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"source": [
321321
"filtered_df = df[df.helpful_votes > 10]\n",
322322
"excluded_columns = [\"product_title\", \"review_headline\", \"review_body\"]\n",
323-
"filtered_df = filtered_df.loc[:, ~filtered_df.columns.isin(excluded_columns)],"
323+
"filtered_df = filtered_df.loc[:, ~filtered_df.columns.isin(excluded_columns)]"
324324
]
325325
},
326326
{

0 commit comments

Comments
 (0)