Skip to content

Commit

Permalink
Merge pull request #49 from stillyslalom/patch-1
Browse files Browse the repository at this point in the history
Fix docstring typo
  • Loading branch information
andreasnoack authored Nov 10, 2021
2 parents a4ae2f0 + 4401cd5 commit cfb5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mutable struct LoessModel{T <: AbstractFloat}
end

"""
loess(xs, ys, normalize=true, span=0.75, degreee=2)
loess(xs, ys, normalize=true, span=0.75, degree=2)
Fit a loess model.
Expand Down

0 comments on commit cfb5d07

Please sign in to comment.