Skip to content

Commit

Permalink
fix grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gschwend committed Jul 15, 2024
1 parent 1a36b66 commit 077e609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/0_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"source": [
"---\n",
"\n",
"Display all data products available (WARNING: this list can rapdly grow during the survey's operation). "
"Display all data products available (WARNING: this list can rapidly grow during the survey's operation). "
]
},
{
Expand Down Expand Up @@ -429,7 +429,7 @@
"source": [
"The metadata of a given data product is the information provided by the user on the upload form. This information is attached to the data product contents and is available for consulting on the PZ Server page or using this Python API (`pzserver`). \n",
"\n",
"All data products stored on PZ Server are identified by a unique **id** number or an unique name, a _string_ called **internal_name**, which is created automatically at the moment of the upload by concatenating the product **id** to the name given by its owner (replacing blank spaces by \"_\", lowering cases, and removing special characters). "
"All data products stored on PZ Server are identified by a unique **id** number or a unique name, a _string_ called **internal_name**, which is created automatically at the moment of the upload by concatenating the product **id** to the name given by its owner (replacing blank spaces by \"_\", lowering cases, and removing special characters). "
]
},
{
Expand Down Expand Up @@ -468,7 +468,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To download any data product stored in the PZ Server, use the `PzServer`'s method `download_product` informing the product's **internal_name** and the path to where it will be saved (the default is the current folder). This method downloads a compressed .zip file which contais all the files uploaded by the user, including data, anciliary files and description files. The time spent to download a data product depends on the internet connections between the user and the host. Let's try it with a small data product. "
"To download any data product stored in the PZ Server, use the `PzServer`'s method `download_product` informing the product's **internal_name** and the path to where it will be saved (the default is the current folder). This method downloads a compressed .zip file which contais all the files uploaded by the user, including data, anciliary files and description files. The time spent to download a data product depends on the internet connection between the user and the host. Let's try it with a small data product. "
]
},
{
Expand Down

0 comments on commit 077e609

Please sign in to comment.