Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Aug 16, 2023
1 parent cbb1476 commit 333a79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/wfc3tools/wf3rej.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Parameters

input : str or list
Name of input files, such as
* common separated (no spaces) filenames (``iaao01k8q_flc.fits,iaao01k9q_flc.fits``)
* comma-separated (no spaces) filenames (``iaao01k8q_flc.fits,iaao01k9q_flc.fits``)
* a Python list of filenames
* a partial filename with wildcards (``*flt.fits``)
* an at-file (``@input``)
Expand Down
2 changes: 1 addition & 1 deletion wfc3tools/wf3rej.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def wf3rej(input, output, crrejtab="", scalense=0., initgues="",
----------
input : str or list
Name of input files, such as
- common separated (no spaces) filenames (``iaao01k8q_flc.fits,iaao01k9q_flc.fits``)
- comma-separated (no spaces) filenames (``iaao01k8q_flc.fits,iaao01k9q_flc.fits``)
- a Python list of filenames
- a partial filename with wildcards (``*flt.fits``)
- an at-file (``@input``)
Expand Down

0 comments on commit 333a79e

Please sign in to comment.