Skip to content

Commit 7ced686

Browse files
committed
fix some docstring typos
1 parent f4e924a commit 7ced686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymathics/graph/measures_and_metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class EdgeCount(_PatternCount):
6767
<dt>'EdgeCount[$g$, $patt$]'
6868
<dd>returns the number of edges that match the pattern $patt$.
6969
70-
<dt>'EdgeCount[{$v$->$w}, ...}, ...]'
70+
<dt>'EdgeCount[{$v$->$w$}, ...}, ...]'
7171
<dd>uses rules $v$->$w$ to specify the graph $g$.
7272
</dl>
7373
@@ -175,7 +175,7 @@ class VertexCount(_PatternCount):
175175
<dt>'VertexCount[$g$, $patt$]'
176176
<dd>returns the number of vertices that match the pattern $patt$.
177177
178-
<dt>'VertexCount[{$v$->$w}, ...}, ...]'
178+
<dt>'VertexCount[{$v$->$w$}, ...}, ...]'
179179
<dd>uses rules $v$->$w$ to specify the graph $g$.
180180
</dl>
181181
@@ -215,7 +215,7 @@ class VertexDegree(_NetworkXBuiltin):
215215
<dt>'EdgeCount[$g$, $patt$]'
216216
<dd>returns the number of edges that match the pattern $patt$.
217217
218-
<dt>'EdgeCount[{$v$->$w}, ...}, ...]'
218+
<dt>'EdgeCount[{$v$->$w$}, ...}, ...]'
219219
<dd>uses rules $v$->$w$ to specify the graph $g$.
220220
</dl>
221221

0 commit comments

Comments
 (0)