Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
astrobokonon committed May 21, 2019
1 parent e4fa4f4 commit 690141a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added RadarLove/inputs/KFSX20190517_224757
Binary file not shown.
Binary file added RadarLove/inputs/KFSX20190520_082132
Binary file not shown.
2 changes: 1 addition & 1 deletion RadarLove/nexradaws_looper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# @author: rhamilton

"""Main loop for GOES-16 reprojection and animation service.
"""Main loop for NEXRAD plotting service.
"""

from __future__ import division, print_function, absolute_import
Expand Down
2 changes: 1 addition & 1 deletion RadarLove/plotNEXRAD.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# @author: rhamilton

"""Actually plot the GOES-16 data.
"""Actually plot the NEXRAD data.
"""

from __future__ import division, print_function, absolute_import
Expand Down

0 comments on commit 690141a

Please sign in to comment.