loubnabnl HF staff commited on
Commit
6be3129
1 Parent(s): fc5cf35

update examples

Browse files
Files changed (1) hide show
  1. utils/examples.json +1 -1
utils/examples.json CHANGED
@@ -7,7 +7,7 @@
7
  {
8
  "name": "Is_in_list",
9
  "value": "def is_in_list(L, e):\n \"\"\"Find if list L contains the element e.\"\"\"",
10
- "length": 36
11
  },
12
  {
13
  "name": "Scikit-Learn",
 
7
  {
8
  "name": "Is_in_list",
9
  "value": "def is_in_list(L, e):\n \"\"\"Find if list L contains the element e.\"\"\"",
10
+ "length": 32
11
  },
12
  {
13
  "name": "Scikit-Learn",