Skip to content

Commit

Permalink
Update satpy/testing.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Hoese <[email protected]>
  • Loading branch information
mraspaud and djhoese authored Jun 26, 2024
1 parent 6cc634c commit caceae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def fake_satpy_reading(scene_dict):
"""Fake the satpy reading and populate the returned scene with the contents of *scene_dict*.
This allows users to test their programs that use satpy with actually needing to read files, eg::
This allows users to test their programs that use satpy without actually needing to read files, eg::
scene_dict = {channel: somedata}
Expand Down

0 comments on commit caceae3

Please sign in to comment.