Skip to content

Commit

Permalink
typo, df was d (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
rOsemium authored Nov 20, 2024
1 parent fe635d9 commit 9e26a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groupeddataframe/groupeddataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mutable struct GroupedDataFrame{T<:AbstractDataFrame}
end

"""
groupby(d::AbstractDataFrame, cols;
groupby(df::AbstractDataFrame, cols;
sort::Union{Bool, Nothing, NamedTuple}=nothing,
skipmissing::Bool=false)
Expand Down

0 comments on commit 9e26a13

Please sign in to comment.