Skip to content

Commit e7e8d65

Browse files
author
John Yaist
committed
edited text to explain copying of file
1 parent c2a3746 commit e7e8d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/05_content_publishers/updating_features_in_a_feature_layer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"cell_type": "markdown",
238238
"metadata": {},
239239
"source": [
240-
"Let's add this `csv` as a portal item. Adding the item creates a CSV item and uploads the original file to the portal, establishing a link between the item and the original file name. Therefore, we need a unique name for the file to guarantee it does not collide with any file so the same name uploaded by the same user. We'll use standard library modules to copy the file and give it a new name so we can add it to the portal"
240+
"Let's add this `csv` as a portal item. Adding the item creates a CSV item and uploads the original file to the portal, establishing a link between the item and the original file name. Therefore, we need a unique name for the file to guarantee it does not collide with any file of the same name that may have been uploaded by the same user. We'll use standard library modules to copy the file and give it a new name so we can add it to the portal"
241241
]
242242
},
243243
{

0 commit comments

Comments
 (0)