Skip to content

Commit e368574

Browse files
authored
Merge pull request #661 from neo4j/doc-typo-fix
Fix typo in gds-session doc
2 parents d7829bf + 0df41f0 commit e368574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/gds-session.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This is a `DbmsConnectionInfo` object that contains the URI of an AuraDB instanc
5656
from graphdatascience.session import DbmsConnectionInfo, AlgorithmCategory
5757
5858
name = "my-new-session"
59-
size = sessions.estimate(
59+
memory = sessions.estimate(
6060
node_count=20,
6161
relationship_count=50,
6262
algorithm_categories=[AlgorithmCategory.CENTRALITY, AlgorithmCategory.NODE_EMBEDDING],

0 commit comments

Comments
 (0)