diff --git a/astropy/visualization/mpl_normalize.py b/astropy/visualization/mpl_normalize.py index ff655e31cc3..4d2b160ae35 100644 --- a/astropy/visualization/mpl_normalize.py +++ b/astropy/visualization/mpl_normalize.py @@ -253,7 +253,7 @@ def simple_norm( max_cut : float, optional The pixel value of the maximum cut level. Data values greater - than ``min_cut`` will set to ``min_cut`` before stretching the + than ``max_cut`` will set to ``max_cut`` before stretching the image. The default is the image maximum. ``max_cut`` overrides ``max_percent``. diff --git a/astropy/visualization/scripts/fits2bitmap.py b/astropy/visualization/scripts/fits2bitmap.py index 59895ae408a..0d530bac3a8 100644 --- a/astropy/visualization/scripts/fits2bitmap.py +++ b/astropy/visualization/scripts/fits2bitmap.py @@ -56,7 +56,7 @@ def fits2bitmap( ``min_percent``. max_cut : float, optional The pixel value of the maximum cut level. Data values greater - than ``min_cut`` will set to ``min_cut`` before stretching the + than ``max_cut`` will set to ``max_cut`` before stretching the image. The default is the image maximum. ``max_cut`` overrides ``max_percent``. min_percent : float, optional