Skip to content

Commit

Permalink
fix minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed May 16, 2024
1 parent 4995a2d commit bb76649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amstrax/plugins/peaks/peak_waveforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PeakWaveforms(strax.Plugin):
depends_on = ('records',)
data_kind = 'peaks'
parallel = 'process'
provides = ('peak_wavefroms')
provides = ('peak_waveforms')
rechunk_on_save = True

__version__ = '0.1.50'
Expand Down

0 comments on commit bb76649

Please sign in to comment.