Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 13, 2023
1 parent 6c60977 commit 6eac8ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/00-quick_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"```\n",
"\n",
"gliderpy aims to make querying and downloading glider data easier.\n",
"Here is how one would build a query using `erddapy`:"
"Here is how one would build a query using erddapy:"
]
},
{
Expand Down Expand Up @@ -84,7 +84,7 @@
"The variable names are standardized by gliderpy,\n",
"making it easier to fetch from different data sources and comparing the results.\n",
"\n",
"The `gliderpy` libray can subset the data on the server side by passing a geographic bounding box and time interval."
"The gliderpy library can subset the data on the server side by passing a geographic bounding box and time interval."
]
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@
"source": [
"### Dataset search\n",
"\n",
"One can query all `dataset_id`s available in the server."
"One can query all dataset_ids available in the server."
]
},
{
Expand All @@ -138,7 +138,7 @@
"datasets = DatasetList()\n",
"ds_ids = datasets.get_ids()\n",
"\n",
"print(f\"found {len(ds_ids)} glider datasets on the server {datasets.e.server}\")"
"print(f\"found {len(ds_ids)} glider datasets on the server {datasets.e.server}.\")"
]
}
],
Expand Down

0 comments on commit 6eac8ad

Please sign in to comment.