Skip to content

Commit 74fb048

Browse files
committed
Wording improvement in integration docs
1 parent 32832da commit 74fb048

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/integration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The ``from_dfs`` method takes two mandatory positional parameters:
2424

2525
* A Pandas ``DataFrame``, or iterable (eg. list) of DataFrames representing the nodes of the graph.
2626
The rows of the DataFrame(s) should represent the individual nodes, and the columns should represent the node
27-
IDs and properties. The columns map directly to fields on :doc:`Nodes <./api-reference/node>`, and as such
27+
IDs and properties. The columns map directly to fields of :doc:`Node <./api-reference/node>`, and as such
2828
should follow the same naming conventions.
2929
* A Pandas ``DataFrame``, or iterable (eg. list) of DataFrames representing the relationships of the graph.
3030
The rows of the DataFrame(s) should represent the individual relationships, and the columns should represent the
31-
relationship IDs and properties. The columns map directly to fields on
32-
:doc:`Relationships <./api-reference/relationship>`, and as such should follow the same naming conventions.
31+
relationship IDs and properties. The columns map directly to fields of
32+
:doc:`Relationship <./api-reference/relationship>`, and as such should follow the same naming conventions.
3333

3434
``from_dfs`` also takes an optional property, ``node_radius_min_max``, can be used (and is used by default) to scale
3535
the node sizes for the visualization.

0 commit comments

Comments
 (0)