We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4724dd3 commit fe30fceCopy full SHA for fe30fce
cyaron/graph.py
@@ -49,7 +49,7 @@ def __init__(self, point_count, directed=False):
49
50
def vertex_count(self):
51
"""vertex_count(self) -> int
52
- Return the vertex of the edges in the graph.
+ Return the count of the vertexes in the graph.
53
"""
54
return len(self.edges) - 1
55
0 commit comments