Skip to content
Snippets Groups Projects
Unverified Commit 468e8443 authored by Arijit Chowdhury's avatar Arijit Chowdhury Committed by GitHub
Browse files

Fixed a grammatical mistake in the docs (#1201)

parent 4568a080
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ text_list = [text1, text2, ...] ...@@ -29,7 +29,7 @@ text_list = [text1, text2, ...]
documents = [Document(t) for t in text_list] documents = [Document(t) for t in text_list]
``` ```
A Document represents a lightweight container around the data source. You can now to choose to proceed with one of the A Document represents a lightweight container around the data source. You can now choose to proceed with one of the
following steps: following steps:
1. Feed the Document object directly into the index (see section 3). 1. Feed the Document object directly into the index (see section 3).
2. First convert the Document into Node objects (see section 2). 2. First convert the Document into Node objects (see section 2).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment