Skip to content

Commit a999e04

Browse files
EliEli
authored andcommitted
fix typo in __all__ section.
1 parent f72ffeb commit a999e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vtools/functions/envelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import numpy as np
1414

1515

16-
__all__=["enerate_simplified_mixed_tide","tidal_envelope"]
16+
__all__=["generate_simplified_mixed_tide","tidal_envelope"]
1717

1818
def chunked_loess_smoothing(ts, window_hours=1.25, chunk_days=10, overlap_days=1):
1919
"""

0 commit comments

Comments
 (0)