Skip to content

Commit

Permalink
Fix can_do function docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Dec 14, 2023
1 parent 3530ea1 commit 570d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monetio/models/_rrfs_sd_mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def can_do(index):
+ """
"""
+ Determines if the given index can be processed.
+
+ Parameters:
Expand Down

0 comments on commit 570d0c9

Please sign in to comment.