Skip to content

Commit

Permalink
comment rather than doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jan 19, 2024
1 parent 102d52f commit 1b8a546
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/DataAPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -522,15 +522,8 @@ Return the row number of `row` in the source table.
"""
function rownumber end

"""
groupby(obj, args...; kw...)
Group `obj` into partitions specified by `args` and `kw`,
which may vary according to the implementation for `obj`.
To avoid type piracy and method ambiguities, implementations of `groupby`
must restrict the first argument to a type defined in the same package.
"""
# To avoid type piracy and method ambiguities, implementations of `groupby`
# must restrict the first argument to a type defined in the same package.
function groupby end

end # module

0 comments on commit 1b8a546

Please # to comment.