Skip to content

Commit ecdf6d2

Browse files
committed
fix various typos
1 parent 1690381 commit ecdf6d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"* [Deep Learning with ArcGIS](../guide/)\n",
2424
" * [2d Computer Vision]\n",
2525
" * [Pixel Classification]\n",
26-
" * [How PSETAE works](../guide/how-PSETAE-works)\n",
26+
" * [How PSETAE works](../guide/how-psetae-works)\n",
2727
" \n",
2828
"### [Samples](/python/samples/)\n",
2929
"* [GIS analysts and data sciencists](/python/samples)\n",
@@ -56,10 +56,10 @@
5656
" * [`list_runtimes()`](/python/api-reference/arcgis.notebook.html#list-runtimes)\n",
5757
" * [`list_snapshots()`](/python/api-reference/arcgis.notebook.html#list-snapshots)\n",
5858
"* Adds Submodule:\n",
59-
" * [`ago.gis.agonb`](/python/api-reference/arcgis.gis.agonb.html)\n",
59+
" * [`arcgis.gis.agonb`](/python/api-reference/arcgis.gis.agonb.html)\n",
6060
" * [`AGOLNotebookManager`](/python/api-reference/arcgis.gis.agonb.html#agolnotebookmanager)\n",
6161
"* Adds classes:\n",
62-
" * [`MarketPlaceManger`](/python/api-reference/arcgis.gis.toc.html#marketplacemanager)\n",
62+
" * [`MarketPlaceManager`](/python/api-reference/arcgis.gis.toc.html#marketplacemanager)\n",
6363
" * [`StatusJob`](/python/api-reference/arcgis.gis.toc.html#statusjob)\n",
6464
" * [`ViewManager`](/python/api-reference/arcgis.gis.toc.html#viewmanager)\n",
6565
"* Adds `Dataclasses` for use in adding/updating Items:\n",
@@ -154,7 +154,7 @@
154154
" * [`footprints()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.catalog.ServicesDirectory.footprints)\n",
155155
" * Adds ability to work with connections created from `ags` files\n",
156156
"* [`SystemManager`](/python/api-reference/arcgis.gis.server.html#systemmanager)\n",
157-
" * Adds preperties:\n",
157+
" * Adds properties:\n",
158158
" * [`soap_config`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SystemManager.soap_config)\n",
159159
"* [`SiteManager`](/python/api-reference/arcgis.gis.server.html#sitemanager)\n",
160160
" * [`upgrade()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.SiteManager.upgrade)\n",
@@ -297,7 +297,7 @@
297297
" * [`sum()`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.RasterCollection.sum)\n",
298298
"* [`Raster`](/python/api-reference/arcgis.raster.toc.html#raster)\n",
299299
" * [`multidimensional_info`](/python/api-reference/arcgis.raster.toc.html#arcgis.raster.Raster.multidimensional_info)\n",
300-
" * Adds ability to handle rendering_rule and removes requirment to set the value\n",
300+
" * Adds ability to handle rendering_rule and removes requirement to set the value\n",
301301
"\n",
302302
"#### [`arcgis.raster.analytics`](/python/api-reference/arcgis.raster.analytics.html#)\n",
303303
"* Adds functions:\n",
@@ -489,7 +489,7 @@
489489
" * `predict()`\n",
490490
" * `show_results()`\n",
491491
" * `average_precision_score()`\n",
492-
"* [Feature, Tabular, anad Timeseries models](/python/api-reference/arcgis.learn.toc.html#feature-tabular-and-timeseries-models)\n",
492+
"* [Feature, Tabular, and Timeseries models](/python/api-reference/arcgis.learn.toc.html#feature-tabular-and-timeseries-models)\n",
493493
" * Adds models:\n",
494494
" * [`PSETAE`](/python/api-reference/arcgis.learn.toc.html#psetae)\n",
495495
" * [`TimeSeriesModel`](/python/api-reference/arcgis.learn.toc.html#timeseriesmodel)\n",
@@ -570,12 +570,12 @@
570570
" * [`advanced_search()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.advanced_search)\n",
571571
" * Updates to parameter table formatting\n",
572572
" * [`search()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.search)\n",
573-
" * BUG-000152801 Fixes issue where `categories` paramter was improperly formatted in sent request\n",
573+
" * BUG-000152801 Fixes issue where `categories` parameter was improperly formatted in sent request\n",
574574
"* [`Group`](/python/api-reference/arcgis.gis.toc.html#group)\n",
575575
" * Fixes [**Public Repo Issue #1279**](https://github.com/Esri/arcgis-python-api/issues/1279) issue where not all properties were being returned when searching so provider value was always returning `None`\n",
576576
"* [`ResourceManager`](/python/api-reference/arcgis.gis.toc.html#resourcemanager)\n",
577577
" * [`get()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ResourceManager.get)\n",
578-
" * Fixes return value formatting when `try_jason=False`\n",
578+
" * Fixes return value formatting when `try_json=False`\n",
579579
"* [`User`](/python/api-reference/arcgis.gis.toc.html#user)\n",
580580
" * [`reassign_to()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.User.reassign_to)\n",
581581
" * BUG-000153399 Fixes issue where exceptions raised if items have related items\n",
@@ -727,7 +727,7 @@
727727
" * Fixes issues so `study_areas` argument can be Geometry objects, Dictionaries, or Spatially Enabled DataFrames\n",
728728
" * Fixes failure to return all records when enriching local data\n",
729729
"* [`Country()`](/python/api-reference/arcgis.geoenrichment.html#country)\n",
730-
" * Fixes `TypeError` when accessing [`goemetry`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.geometry) property\n",
730+
" * Fixes `TypeError` when accessing [`geometry`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.Country.geometry) property\n",
731731
" * Fixes `ValueError` when initializing object with local data in `ArcGIS Pro`\n",
732732
"\n",
733733
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",

0 commit comments

Comments
 (0)