Skip to content

Commit 1ab405a

Browse files
committed
fix incorrect names and formatting issues
1 parent b029186 commit 1ab405a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/02-api-overview/release_notes_220.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"## New\n",
1111
"* Dependency Upgrades to improve overall security and performance of the API\n",
1212
" * Updates supported Python versions to between 3.9 - 3.11\n",
13-
" * **Note:** [arcgis.learn](/python/api-reference/arcgis.learn.toc.html) module not supported at Python 3.11\n",
13+
" * **Note:** [arcgis.learn](/python/api-reference/arcgis.learn.toc.html) module **only** supported with Python 3.9\n",
1414
" * [Pandas](https://pandas.pydata.org/) upgraded to 2.0.0\n",
1515
" * Ensure support for all [_dtypes_](https://pandas.pydata.org/docs/user_guide/basics.html#basics-dtypes)\n",
1616
"* New submodule to work with [ArcGIS Experience Builder](https://www.esri.com/en-us/arcgis/products/arcgis-experience-builder/overview) items\n",
@@ -80,7 +80,7 @@
8080
" * Ensures support for legacy _ArcGIS Dashboards Classic_ items\n",
8181
" * Adds _keyword arguments_ description table:\n",
8282
" * Adds option for keyword argument:\n",
83-
" * _web_code_attach_\n",
83+
" * _copy_code_attachment_\n",
8484
" * [`add()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.add)\n",
8585
" * Enhances performance when updating file-base items with large files\n",
8686
" * [`import_data()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
@@ -121,7 +121,7 @@
121121
" * For Organization interface:\n",
122122
" * [`HomePageSettings`](/python/api-reference/arcgis.gis.admin.html#homepagesettings)\n",
123123
" * [`ItemSettings`](/python/api-reference/arcgis.gis.admin.html#itemsettings)\n",
124-
" * [`MapSettings`]((/python/api-reference/arcgis.gis.admin.html#mapsettings)\n",
124+
" * [`MapSettings`](/python/api-reference/arcgis.gis.admin.html#mapsettings)\n",
125125
" * [`SecuritySettings`](/python/api-reference/arcgis.gis.admin.html#securitysettings)\n",
126126
" * For ArcGIS Enterprise on Kubernetes\n",
127127
" * [`ExternalContentManager`](/python/api-reference/arcgis.gis.admin.html#externalcontentmanager)\n",

0 commit comments

Comments
 (0)