DOC: Example spell corrections

This commit is contained in:
Pratap Vardhan
2014-12-16 12:12:27 +05:30
parent b72a960670
commit 6346d54be2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ def max_edge(g, src, dst, n):
g : RAG
The graph under consideration.
src, dst : int
The verices in `g` to be merged.
The vertices in `g` to be merged.
n : int
A neighbor of `src` or `dst` or both.