Skip to content

Commit e8b0c0a

Browse files
committed
Merge pull request #146 from gryphius/fix_doc_typo
Fix typo in ExtractingRequestHandler documentation Thanks @gryphius
2 parents 4d7213f + 34625ca commit e8b0c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysolr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ def extract(self, file_obj, extractOnly=True, **kwargs):
883883
884884
http://wiki.apache.org/solr/ExtractingRequestHandler
885885
886-
The ExtractingRequestHandler has a very simply model: it extracts
886+
The ExtractingRequestHandler has a very simple model: it extracts
887887
contents and metadata from the uploaded file and inserts it directly
888888
into the index. This is rarely useful as it allows no way to store
889889
additional data or otherwise customize the record. Instead, by default

0 commit comments

Comments
 (0)