Add missing word

This commit is contained in:
Victor Duarte 2023-06-08 08:11:31 +02:00 committed by GitHub
parent 970d8261fb
commit e5fef1fd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
]
},