Skip to content

Commit b440941

Browse files
committed
docstring improvement
1 parent 81342fd commit b440941

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jwql/jwql_monitors/generate_preview_images.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,8 @@ def generate_preview_images(overwrite, programs=None):
551551
If True, any existing preview images and thumbnails are overwritten
552552
553553
programs : list
554-
List of program ID numbers for which to generate preview images. If
555-
None (the default), preview images are generated for all
556-
programs.
554+
List of program ID numbers (e.g. 1068, 01220) for which to generate preview
555+
images. If None (the default), preview images are generated for all programs.
557556
"""
558557
# Get a list of programs to create preview images for. First, generate a list of all
559558
# possible programs. We can compare any user inputs to this list, and if there are no

0 commit comments

Comments
 (0)