Skip to content

Commit 0df41f0

Browse files
authored
Fix typo
1 parent d7829bf commit 0df41f0

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)