From 7046df9d3c74806a750f1f836f5308c810246119 Mon Sep 17 00:00:00 2001 From: odebeir Date: Thu, 3 Sep 2015 20:25:57 +0200 Subject: [PATCH] typos --- doc/examples/plot_log_gamma.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/plot_log_gamma.py b/doc/examples/plot_log_gamma.py index d2d60149..fd0a6767 100644 --- a/doc/examples/plot_log_gamma.py +++ b/doc/examples/plot_log_gamma.py @@ -1,7 +1,7 @@ """ -====================================== +================================= Gamma and log contrast adjustment -====================================== +================================= This example adjusts image contrast by performing a Gamma and a Logarithmic corrections on the input image. @@ -74,4 +74,4 @@ ax_cdf.set_yticks(np.linspace(0, 1, 5)) # prevent overlap of y-axis labels fig.subplots_adjust(wspace=0.4) -plt.show() \ No newline at end of file +plt.show()