Skip to content

Commit 9e26a13

Browse files
authored
typo, df was d (#3477)
1 parent fe635d9 commit 9e26a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groupeddataframe/groupeddataframe.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mutable struct GroupedDataFrame{T<:AbstractDataFrame}
4848
end
4949

5050
"""
51-
groupby(d::AbstractDataFrame, cols;
51+
groupby(df::AbstractDataFrame, cols;
5252
sort::Union{Bool, Nothing, NamedTuple}=nothing,
5353
skipmissing::Bool=false)
5454

0 commit comments

Comments
 (0)