Merge pull request #482 from zvictor/patch-1

Add missing word
This commit is contained in:
Ted Sanders 2023-06-09 17:50:17 -07:00 committed by GitHub
commit a49d153766

View File

@ -285,7 +285,7 @@
"outputs": [],
"source": [
"# The transformers.py file contains all of the transforming functions, including ones to chunk, embed and load data\n",
"# For more details the file and work through each function individually\n",
"# For more details, check the file and work through each function individually\n",
"from transformers import handle_file_string"
]
},