georgiad commited on
Commit
8e12e44
·
1 Parent(s): 584299d

Cosmetic change

Browse files
newsletter_production_mercury.ipynb CHANGED
@@ -284,7 +284,7 @@
284
  "def filter_strings(lst1, lst2):\n",
285
  " \"\"\"\n",
286
  " Filters the list `lst2` and returns only the elements that have any of the elements of `lst1` as a substring.\n",
287
- "\n",
288
  " Args:\n",
289
  " lst1 (list): The list of substrings to match against.\n",
290
  " lst2 (list): The list of strings to filter.\n",
 
284
  "def filter_strings(lst1, lst2):\n",
285
  " \"\"\"\n",
286
  " Filters the list `lst2` and returns only the elements that have any of the elements of `lst1` as a substring.\n",
287
+ " \n",
288
  " Args:\n",
289
  " lst1 (list): The list of substrings to match against.\n",
290
  " lst2 (list): The list of strings to filter.\n",