diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst index 2fa0456..d169c31 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst @@ -35,6 +35,7 @@ Retrieve Dataset **Example** +Retrieves the dataset of the table name 'tblKM1906_Gradients3_uway_optics' from the KM1906 Gradients 3 Optical Underway dataset. .. code-block:: python @@ -44,3 +45,4 @@ Retrieve Dataset api = pycmap.API(token='') api.get_dataset('tblKM1906_Gradients3_uway_optics') +