diff --git a/torch_geometric/utils/negative_sampling.py b/torch_geometric/utils/negative_sampling.py index 5a8a07d65864..a7911e7fce12 100644 --- a/torch_geometric/utils/negative_sampling.py +++ b/torch_geometric/utils/negative_sampling.py @@ -108,7 +108,6 @@ def batched_negative_sampling( node to a specific example. If given as a tuple, then :obj:`edge_index` is interpreted as a bipartite graph connecting two different node types. - (default: :obj:`None`) num_neg_samples (int, optional): The number of negative samples to return. If set to :obj:`None`, will try to return a negative edge for every positive edge. (default: :obj:`None`)