Skip to content

Commit 7f962e0

Browse files
committed
Fixing sentence
1 parent 05caf5c commit 7f962e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/basic/graphs.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ The description of the graphs:
5959
pgr_extractVertices
6060
================================================================================
6161

62-
``pgr_extractVertices`` compute the connected components of an undirected
63-
graph using a Depth First Search approach. A connected component of an
64-
undirected graph is a set of vertices that are all reachable from each other.
62+
``pgr_extractVertices`` extracts the vertices (nodes) from an edge table and
63+
reports per-vertex attributes such as degree
6564

6665
.. rubric:: Signature summary
6766

0 commit comments

Comments
 (0)