Skip to content

Commit 5914a50

Browse files
committed
fix typos
1 parent bbe7383 commit 5914a50

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
" * [`MetadataFormatEnum`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.MetadataFormatEnum)\n",
5050
" * [`ServiceTypeEnum`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.ServiceTypeEnum)\n",
5151
" * [`SpatialRelationship`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._dataclasses.SpatialRelationship)\n",
52+
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
53+
" * Adds properties:\n",
54+
" * [`subscription_information`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.subscription_information)\n",
55+
" * [`symbol_service`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.symbol_service)\n",
5256
"* [`ItemDependency`](/python/api-reference/arcgis.gis.toc.html#itemdependency)\n",
5357
" * BUG-000145587 Adds and updates documentation\n",
5458
"* [`ResourceManager`](/python/api-reference/arcgis.gis.toc.html#resourcemanager)\n",
@@ -506,9 +510,6 @@
506510
"\n",
507511
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
508512
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
509-
" * Adds properties:\n",
510-
" * [`subscription_information`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.subscription_information)\n",
511-
" * [`symbol_service`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.symbol_service)\n",
512513
" * Fixes [**Public Repo Issue #1263**](https://github.com/Esri/arcgis-python-api/issues/1263)) where notebooks opened in `ArcGIS Pro` and using `pro` authentication fail to recognize token\n",
513514
" * Fixes bug with Windows authentication not honoring `verify_cert=False` when there is an invalid SSL certificate\n",
514515
" * Fixes issue when using Windows Authentication or Kerberos to connect to a Geoprocessing Service in organization deployed to ArcGIS Kubernetes\n",
@@ -519,7 +520,7 @@
519520
" * Fixes issue where property was not honoring proxy methods\n",
520521
" * Fixes issue with connecting to servers protected by LDAP \n",
521522
"* [`Item`](/python/api-reference/arcgis.gis.toc.html#item)\n",
522-
" * [`metadata`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.metadata\n",
523+
" * [`metadata`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.metadata)\n",
523524
" * Fixes [**Public Repo Issue #611**](https://github.com/Esri/arcgis-python-api/issues/611) where assignment fails with strings longer than 32767 characters\n",
524525
" * [`usage()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.usage)\n",
525526
" * Fixes issue where dates were transformed incorrectly if `as_df` argument was `True`\n",
@@ -810,6 +811,14 @@
810811
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
811812
" * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
812813
]
814+
},
815+
{
816+
"cell_type": "code",
817+
"execution_count": null,
818+
"id": "458f219d",
819+
"metadata": {},
820+
"outputs": [],
821+
"source": []
813822
}
814823
],
815824
"metadata": {

0 commit comments

Comments
 (0)