Skip to content

Commit

Permalink
Fix docstring extra whitespace in satpy/composites/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jan 23, 2023
1 parent 2adcb21 commit 5127851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/composites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def __init__(self, name, lim_low=85., lim_high=88., day_night="day_night", inclu
include_alpha (bool): This only affects the "day only" or "night only" result.
True means an alpha band will be added to the output image for transparency.
False means the output is a single-band image with undesired pixels being masked out
(replaced with NaNs).
(replaced with NaNs).
"""
self.lim_low = lim_low
Expand Down

0 comments on commit 5127851

Please sign in to comment.