Skip to content

Commit 5601b02

Browse files
authored
Merge pull request #1936 from Esri/kg_guides
Tiniest typo fix
2 parents 3d27476 + 643da8b commit 5601b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/17-working-with-knowledge-graphs/part3_edit_knowledge_graph.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"source": [
193193
"#### Adds\n",
194194
"\n",
195-
"Adding new types involves forming the type objects and pushing them into the data model of the knowledge graph using [knowledge_graph.named_object_type_adds()](https://developers.arcgis.com/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.named_object_type_adds). Named types (entity and relationship types) can be created in bluk or individually as needed. The following example shows creating these named types all at the same time:"
195+
"Adding new types involves forming the type objects and pushing them into the data model of the knowledge graph using [knowledge_graph.named_object_type_adds()](https://developers.arcgis.com/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.named_object_type_adds). Named types (entity and relationship types) can be created in bulk or individually as needed. The following example shows creating these named types all at the same time:"
196196
]
197197
},
198198
{
@@ -456,7 +456,7 @@
456456
"name": "python",
457457
"nbconvert_exporter": "python",
458458
"pygments_lexer": "ipython3",
459-
"version": "3.9.11"
459+
"version": "3.10.14"
460460
},
461461
"vscode": {
462462
"interpreter": {
@@ -465,5 +465,5 @@
465465
}
466466
},
467467
"nbformat": 4,
468-
"nbformat_minor": 2
468+
"nbformat_minor": 4
469469
}

0 commit comments

Comments
 (0)