diff --git a/pymathics/graph/measures_and_metrics.py b/pymathics/graph/measures_and_metrics.py index 0ceed55..e6c22b0 100644 --- a/pymathics/graph/measures_and_metrics.py +++ b/pymathics/graph/measures_and_metrics.py @@ -67,7 +67,7 @@ class EdgeCount(_PatternCount):
'EdgeCount[$g$, $patt$]'
returns the number of edges that match the pattern $patt$. -
'EdgeCount[{$v$->$w}, ...}, ...]' +
'EdgeCount[{$v$->$w$}, ...}, ...]'
uses rules $v$->$w$ to specify the graph $g$. @@ -175,7 +175,7 @@ class VertexCount(_PatternCount):
'VertexCount[$g$, $patt$]'
returns the number of vertices that match the pattern $patt$. -
'VertexCount[{$v$->$w}, ...}, ...]' +
'VertexCount[{$v$->$w$}, ...}, ...]'
uses rules $v$->$w$ to specify the graph $g$. @@ -215,7 +215,7 @@ class VertexDegree(_NetworkXBuiltin):
'EdgeCount[$g$, $patt$]'
returns the number of edges that match the pattern $patt$. -
'EdgeCount[{$v$->$w}, ...}, ...]' +
'EdgeCount[{$v$->$w$}, ...}, ...]'
uses rules $v$->$w$ to specify the graph $g$.