Skip to content

Commit 42097ce

Browse files
committed
fix typo in link
1 parent f671e9c commit 42097ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/10-mapping-and-visualization/managing-offline-map-areas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@
13521352
"metadata": {},
13531353
"source": [
13541354
"## Updating offline areas\n",
1355-
"The layer data used to create the offline map areas may change, so keeping offline areas up to date is an important task. The [`update()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.OfflineMapAreaManager.list) method of the _OfflineMapAreaManager_ class accomplishes this. The method accepts a _list_ of _Map Area items_ as input. If no _items_ are specified in the `items` argument, all _map area items_ for the _web map_ get updated. \n",
1355+
"The layer data used to create the offline map areas may change, so keeping offline areas up to date is an important task. The [`update()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.OfflineMapAreaManager.update) method of the _OfflineMapAreaManager_ class accomplishes this. The method accepts a _list_ of _Map Area items_ as input. If no _items_ are specified in the `items` argument, all _map area items_ for the _web map_ get updated. \n",
13561356
"\n",
13571357
"Below is an example of how the progress is relayed back to you when you turn on the `verbosity` in the `env` module."
13581358
]

0 commit comments

Comments
 (0)