diff --git a/doc/examples/plot_seam_carving.py b/doc/examples/plot_seam_carving.py index b8cce29f..499d1181 100644 --- a/doc/examples/plot_seam_carving.py +++ b/doc/examples/plot_seam_carving.py @@ -52,8 +52,8 @@ plt.imshow(out) """ .. image:: PLOT2RST.current_figure -As you can see, resizing has distorted the rocket and the objects around, -whereas seam carving has resized by removing the empty spaces in between. +Resizing distorts the rocket and surrounding objects, whereas seam carving +removes empty spaces and preserves object proportions. Object Removal --------------