Skip to content

Commit

Permalink
fix docstrings x2
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Sep 4, 2024
1 parent 6ac133a commit 5a23401
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,5 @@ List all files in a directory that match a given pattern.
- `pattern`: A string pattern to filter the files. Defaults to an empty string, matching all files. ie `.csv` will only return files ending in .csv
# Examples
```jldoctest
# list_files("/path/to/folder/", ".csv")
```
- `list_files("/path/to/folder/", ".csv")`
"""

0 comments on commit 5a23401

Please sign in to comment.