Skip to content

Commit

Permalink
Merge pull request #572 from brs96/client-19-pre-release
Browse files Browse the repository at this point in the history
Fix gds.graph.nodeProperties.stream refdoc
  • Loading branch information
brs96 authored Jan 17, 2024
2 parents fdc5d21 + 0be4bf6 commit 75f00de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/source/graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ These all assume that an object of :class:`.GraphDataScience` is available as `g
Removes node properties from a projected graph.

.. 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
.. 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
Streams the given node properties.

Expand Down

0 comments on commit 75f00de

Please sign in to comment.