diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst index b61d84c..122f19d 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst @@ -24,8 +24,6 @@ Cruise Variables **cruiseName: string** The official cruise name. If applicable, you may also use cruise "nickname" ('Diel', 'Gradients_1' ...). A full list of cruise names can be retrieved using cruise method. - - :returns: Pandas dataframe. @@ -56,7 +54,7 @@ Here is how to achieve the same results using a direct SQL statement. Please ref EXEC uspCruiseVariablesByName 'Cruise Official Name' -**Example:** +**Example** .. code-block:: sql