@@ -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