Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Dec 30, 2024
1 parent b9137ac commit 6044f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dascore/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def random_spool(time_gap=0, length=3, time_min=np.datetime64("2020-01-03"), **k
return dc.spool(out)


@register_func(EXAMPLE_SPOOLS, key="radom_directory_das")
@register_func(EXAMPLE_SPOOLS, key="random_directory_das")
def random_directory_spool(path=None, **kwargs):
"""
Create a random spool, then save to specified path.
Expand Down

0 comments on commit 6044f67

Please sign in to comment.