Skip to content

Commit

Permalink
Fix indenttypo in docs/index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
seenaburns committed Nov 22, 2012
1 parent 7b6b87c commit 574ee5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ From here, operating Tungsten is as easy as creating a Tungsten client object (r

import tungsten

client = tungsten.Tungsten('appid')
result = client.query('pi')
client = tungsten.Tungsten('appid')
result = client.query('pi')

Additional query parameters (query parameter documentation on the `Wolfram Alpha API documentation <http://products.wolframalpha.com/api/documentation.html#8>`_) can also be passed to the query using a dictionary:

Expand Down

0 comments on commit 574ee5a

Please sign in to comment.