Skip to content

Commit

Permalink
Merge pull request #20 from hematthi/patch-1
Browse files Browse the repository at this point in the history
Remove unused argument in docstring
  • Loading branch information
eford committed May 18, 2022
2 parents f77a226 + 0d84d65 commit 98d5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function make_manifest(data_path::String, r::Regex; verbose::Bool = true)
end


""" `make_manifest(data_path::String, target_subdir::String, Inst::Module; [opts] )`
""" `make_manifest(data_path::String, Inst::Module; [opts] )`
Returns a dataframe containing a list of files to be read and some metadata (e.g., observation times)
# Optional arguements
Expand Down

0 comments on commit 98d5a94

Please sign in to comment.