Skip to content

Commit

Permalink
CloudSearch docs
Browse files Browse the repository at this point in the history
Missed one line
  • Loading branch information
srs81 committed May 30, 2012
1 parent 552ae89 commit 6592784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cloudsearch_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Now, we can add some documents to our new search domain.

>>> doc_service = domain.get_document_service()

# Presumably get some users from your db of choice.
>>> # Presumably get some users from your db of choice.
>>> users = [
{
'id': 1,
Expand Down

0 comments on commit 6592784

Please sign in to comment.