Skip to content

Commit

Permalink
docs: corrected typo in the "Serialize/Deserialize" page of the docum…
Browse files Browse the repository at this point in the history
…entation (#920)
  • Loading branch information
dalpasso committed Nov 15, 2023
1 parent 1d9f92c commit 9a16a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"source": [
"There are two methods offered by [EODataAccessGateway](../../api_reference/core.rst#eodag.api.core.EODataAccessGateway) to load a search result saved as a GeoJSON:\n",
"\n",
"* [serialize()](../../api_reference/core.rst#eodag.api.core.EODataAccessGateway.deserialize): it simply recreates a [SearchResult](../../api_reference/searchresult.rst#eodag.api.search_result.SearchResult) and the [EOProduct](../../api_reference/eoproduct.rst#eodag.api.product._product.EOProduct) it contained\n",
"* [deserialize()](../../api_reference/core.rst#eodag.api.core.EODataAccessGateway.deserialize): it simply recreates a [SearchResult](../../api_reference/searchresult.rst#eodag.api.search_result.SearchResult) and the [EOProduct](../../api_reference/eoproduct.rst#eodag.api.product._product.EOProduct) it contained\n",
"* [deserialize_and_register()](../../api_reference/core.rst#eodag.api.core.EODataAccessGateway.deserialize_and_register): it also recreates a [SearchResult](../../api_reference/searchresult.rst#eodag.api.search_result.SearchResult) but additionally registers for each [EOProduct](../../api_reference/eoproduct.rst#eodag.api.product._product.EOProduct) the information it requires to download itself"
],
"cell_type": "markdown",
Expand Down

0 comments on commit 9a16a50

Please sign in to comment.