Skip to content

Commit

Permalink
changed another query to question
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bloomsbury committed Jan 3, 2018
1 parent 36e3010 commit 793790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ctrl_f_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ away. ::
# WIKIPEDIA_TEXT is the string of the doc you want to upload
doc_id = cape_client.upload_document("Football Document", WIKIPEDIA_TEXT)
# you can ask a question to a specific document by referencing the document id
answers = cc.answer(query='What is football?',
answers = cc.answer(question='What is football?',
token=user_token,
document_ids=[doc_id],
source_type='document',
Expand Down

0 comments on commit 793790e

Please sign in to comment.