You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extra/getting-started.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@
18
18
"\n",
19
19
"We start by instantiating the [Nodes](./api-reference/node.rst) and [Relationships](./api-reference/relationship.rst) we want in our graph.\n",
20
20
"The only mandatory fields for a node are the \"id\", and \"source\" and \"target\" for a relationship.\n",
21
-
"But the other fields can optionally be used customize the appearance of the nodes and relationships in the visualization.\n",
21
+
"But the other fields can optionally be used to customize the appearance of the nodes and relationships in the visualization.\n",
22
22
"\n",
23
-
"Lastly we instantiate a [VisualizationGraph](./api-reference/visualization-graph.rst) object with the nodes and relationships we created, and call its `render` method to display the graph.\n"
23
+
"Lastly we create a [VisualizationGraph](./api-reference/visualization-graph.rst) object with the nodes and relationships we created, and call its `render` method to display the graph.\n"
0 commit comments