Skip to content

Commit

Permalink
Merge pull request #15619 from larrybradley/viz-docs
Browse files Browse the repository at this point in the history
Fix docstrings describing max_cut
  • Loading branch information
pllim committed Nov 15, 2023
2 parents c5b3fe5 + 61c8577 commit 5f05c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astropy/visualization/mpl_normalize.py
Expand Up @@ -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``.
Expand Down
2 changes: 1 addition & 1 deletion astropy/visualization/scripts/fits2bitmap.py
Expand Up @@ -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
Expand Down

0 comments on commit 5f05c10

Please sign in to comment.