From 9bc3dd05d9bd98eb6789e3002b288e34adec41b4 Mon Sep 17 00:00:00 2001 From: Samuel Stolarik Date: Tue, 23 Jun 2026 16:57:09 +0200 Subject: [PATCH] Fix typo in parameter names in cluster_gcn.py --- python/dgl/dataloading/cluster_gcn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dgl/dataloading/cluster_gcn.py b/python/dgl/dataloading/cluster_gcn.py index 9fa4fdc1ed4a..71e009644af7 100644 --- a/python/dgl/dataloading/cluster_gcn.py +++ b/python/dgl/dataloading/cluster_gcn.py @@ -30,7 +30,7 @@ class ClusterGCNSampler(Sampler): The number of partitions. cache_path : str The path to the cache directory for storing the partition result. - balance_ntypes, balkance_edges, mode : + balance_ntypes, balance_edges, mode : Passed to :func:`dgl.metis_partition_assignment`. prefetch_ndata : list[str], optional The node data to prefetch for the subgraph.