Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Nov 27, 2024
1 parent c3a58a0 commit bf17251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/c_api/neighbor_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ struct neighbor_sampling_functor : public cugraph::c_api::abstract_functor {
(vertex_type_offsets_ != nullptr) ? vertex_type_offsets_->size_ - 1
: vertex_type_offsets.size() - 1,

// num_vertex_type is by default 1 if 'vertex_type_offsets' is not provided
// num_vertex_type is by default 1 if 'vertex_type_offsets' is not provided.
num_edge_types_,
src_is_major,
do_expensive_check_);
Expand Down

0 comments on commit bf17251

Please sign in to comment.