Skip to content

Commit e24b86b

Browse files
authored
remove extra `` in leftjoin!`'s docstring (#71)
1 parent 5e5bdc2 commit e24b86b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/join/main.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ end
169169
leftjoin!(dsl::Dataset, dsr::AbstractDataset; on=nothing, makeunique=false, mapformats=true, alg=HeapSort, stable=false, accelerate = false, method = :sort, threads = true)
170170
171171
Variant of `leftjoin` that performs `leftjoin` in place for special case that the number of matching rows from the right data set is at most one.
172-
```
173172
"""
174173
function leftjoin!(dsl::Dataset, dsr::AbstractDataset; on = nothing, makeunique = false, mapformats::Union{Bool, Vector{Bool}} = true, stable = false, alg = HeapSort, accelerate = false, method::Symbol = :sort, threads::Bool = true, multiple_match::Bool=false, multiple_match_name = :multiple, obs_id::Union{Bool, Vector{Bool}} = false, obs_id_name = :obs_id)
175174
!(method in (:hash, :sort)) && throw(ArgumentError("method must be :hash or :sort"))

0 commit comments

Comments
 (0)