Skip to content

Commit 75f00de

Browse files
authored
Merge pull request #572 from brs96/client-19-pre-release
Fix gds.graph.nodeProperties.stream refdoc
2 parents fdc5d21 + 0be4bf6 commit 75f00de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/graph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
128128
129129
Removes node properties from a projected graph.
130130

131-
.. py:function:: gds.graph.nodeProperties.stream(G: Graph,relationship_properties: List[str],relationship_types: Strings = ["*"],separate_property_columns: bool = False, db_node_properties: List[str] = [], **config: Any,) -> DataFrame
131+
.. py:function:: gds.graph.nodeProperties.stream(G: Graph,node_properties: List[str],node_labels: Strings = ["*"],separate_property_columns: bool = False, db_node_properties: List[str] = [], **config: Any,) -> DataFrame
132132
133133
Streams the given node properties.
134134

0 commit comments

Comments
 (0)