Skip to content

Commit fdb8b54

Browse files
committed
fix misspelling
1 parent e266ed0 commit fdb8b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"id": "da409930-f779-44b8-982b-305f146ef6d9",
113113
"metadata": {},
114114
"source": [
115-
"Calling [`ItemGraph.all_items()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#arcgis.apps.itemgraph.ItemGraph.all_items) lets a user see all of the items in the graph. One important thing to note: with this function, as well as the `ItemNode` functions that return dependencies, a user can elect to return the items in \"item\" form, \"id\" form, or \"node\" form (the default) by specifiying and `out_format` agrument:"
115+
"Calling [`ItemGraph.all_items()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#arcgis.apps.itemgraph.ItemGraph.all_items) lets a user see all of the items in the graph. One important thing to note: with this function, as well as the `ItemNode` functions that return dependencies, a user can elect to return the items in \"item\" form, \"id\" form, or \"node\" form (the default) by specifiying and `out_format` argument:"
116116
]
117117
},
118118
{

0 commit comments

Comments
 (0)