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
@@ -92,7 +92,7 @@ is clear: Without unwrapping (lower left), the regions above and below the
masked boundary do not interact at all, resulting in an offset between the
two regions of an arbitrary integer times two pi. We could just as well have
unwrapped the regions as two separate images. With wrap around enabled for the
vertical direction (lower rigth), the situation changes: Unwrapping paths are
vertical direction (lower right), the situation changes: Unwrapping paths are
now allowed to pass from the bottom to the top of the image and vice versa, in
effect providing a way to determine the offset between the two regions.
+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.