derek-thomas HF staff commited on
Commit
de96f7f
1 Parent(s): d264811

Fixed a comment

Browse files
Files changed (1) hide show
  1. notebooks/03_get_embeddings.ipynb +1 -1
notebooks/03_get_embeddings.ipynb CHANGED
@@ -184,7 +184,7 @@
184
  },
185
  "source": [
186
  "# Setup\n",
187
- "Read in our list of dictionaries"
188
  ]
189
  },
190
  {
 
184
  },
185
  "source": [
186
  "# Setup\n",
187
+ "Read in our list of documents and convert them to dictionaries for processing."
188
  ]
189
  },
190
  {