Skip to content

Commit

Permalink
Merge pull request #91 from legend-exp/iguinn-patch-4
Browse files Browse the repository at this point in the history
Spelling correction for pre-commit bot
  • Loading branch information
iguinn authored Oct 21, 2024
2 parents ba94c64 + 4cd0cc9 commit 4ef86b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dspeed/processors/gaussian_filter1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# All this code belongs to the team that coded Scipy, found at this link:
# https://github.com/scipy/scipy/blob/v1.6.0/scipy/ndimage/filters.py#L210-L260
# The only thing changed was the calculation of the convulution, which
# The only thing changed was the calculation of the convolution, which
# originally called a function from a C library. In this code, the convolution is
# performed with NumPy's built in convolution function.
from __future__ import annotations
Expand Down

0 comments on commit 4ef86b1

Please sign in to comment.