Skip to content

Commit 0643879

Browse files
Fix typo in textsplitter docs (#825)
1 parent 9f8e05f commit 0643879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/utils/combine_docs_examples/textsplitter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"metadata": {},
153153
"source": [
154154
"## Document creation\n",
155-
"We can also use the text splitter to create \"Documents\" directly. Documents a way of bundling pieces of text with associated metadata so that chains can interact with them. We can also create documents with empty metadata though!\n",
155+
"We can also use the text splitter to create \"Documents\" directly. Documents are a way of bundling pieces of text with associated metadata so that chains can interact with them. We can also create documents with empty metadata though!\n",
156156
"\n",
157157
"In the below example, we pass two pieces of text to get split up (we pass two just to show off the interface of splitting multiple pieces of text)."
158158
]

0 commit comments

Comments
 (0)