From 6346d54be2bf97ee97870f7c785f004e6e3dac42 Mon Sep 17 00:00:00 2001 From: Pratap Vardhan Date: Tue, 16 Dec 2014 12:12:27 +0530 Subject: [PATCH] DOC: Example spell corrections --- doc/examples/plot_phase_unwrap.py | 2 +- doc/examples/plot_rag.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/plot_phase_unwrap.py b/doc/examples/plot_phase_unwrap.py index ded87ada..f2bbbc4c 100644 --- a/doc/examples/plot_phase_unwrap.py +++ b/doc/examples/plot_phase_unwrap.py @@ -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. diff --git a/doc/examples/plot_rag.py b/doc/examples/plot_rag.py index f360af52..e44f4094 100644 --- a/doc/examples/plot_rag.py +++ b/doc/examples/plot_rag.py @@ -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.