Merge branch '1922-cache-discovery-python'
[arvados.git] / doc / user / tutorials / tutorial-trait-search.textile
index 9ea4cb6eb4e231de08620daa7488f0bcdf0b1bf2..d7fe50b93b6667f4b9566f8c3cb5d5b244fc0b31 100644 (file)
@@ -6,13 +6,13 @@ title: "Querying the Metadata Database"
 navorder: 16
 ---
 
-h1. Tutorial: Querying the Metadata Database
+h1. Querying the Metadata Database
 
 This tutorial introduces the Arvados Metadata Database.  The Metadata Database stores information about files in Keep.  This example will use the Python SDK to find public WGS (Whole Genome Sequencing) data for people who have reported a certain medical condition.
 
 *This tutorial assumes that you are "logged into an Arvados VM instance":{{site.basedoc}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.basedoc}}/user/getting_started/check-environment.html*
 
-In tutorial example, three angle brackets (>>>) will be used to denote code to enter at the Python prompt.
+In the tutorial examples, three angle brackets (>>>) will be used to denote code to enter at the interactive Python prompt.
 
 Start by running Python.