Skip to content

Commit 499e54e

Browse files
authored
fix typos in readme and text splitter docs (#720)
Fix typos in readme and TextSplitter documentation.
1 parent f62dbb0 commit 499e54e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/modules/utils/combine_docs_examples/textsplitter.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "b118c9dc",
67
"metadata": {},
78
"source": [
89
"# Text Splitter\n",
910
"\n",
10-
"When you want to deal wit long pieces of text, it is necessary to split up that text into chunks.\n",
11+
"When you want to deal with long pieces of text, it is necessary to split up that text into chunks.\n",
1112
"This notebook showcases several ways to do that.\n",
1213
"\n",
1314
"At a high level, text splitters work as following:\n",
@@ -486,7 +487,7 @@
486487
],
487488
"metadata": {
488489
"kernelspec": {
489-
"display_name": "Python 3 (ipykernel)",
490+
"display_name": "Python 3",
490491
"language": "python",
491492
"name": "python3"
492493
},
@@ -500,7 +501,12 @@
500501
"name": "python",
501502
"nbconvert_exporter": "python",
502503
"pygments_lexer": "ipython3",
503-
"version": "3.10.9"
504+
"version": "3.9.12 (main, Mar 26 2022, 15:51:15) \n[Clang 13.1.6 (clang-1316.0.21.2)]"
505+
},
506+
"vscode": {
507+
"interpreter": {
508+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
509+
}
504510
}
505511
},
506512
"nbformat": 4,

0 commit comments

Comments
 (0)