Skip to content

Commit

Permalink
Change usage example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermd committed Jul 23, 2018
1 parent f2e2e6b commit b900ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Instantiate the client:
stow_url_prefix="stowrs"
)
Search for instances:
Search for studies:

.. code-block:: python
instances = client.search_for_instances()
print(instances)
studies = client.search_for_studies()
print(studies)
Retrieve metadata for all instances of a given study:
Expand Down

0 comments on commit b900ecd

Please sign in to comment.