mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
update docstring
This commit is contained in:
parent
e253f4d947
commit
8ebb02e313
|
@ -586,7 +586,7 @@ def walk_directory(path: Path, suffix: Optional[str] = None) -> List[Path]:
|
||||||
"""Given a directory and a suffix, recursively find all files matching the suffix.
|
"""Given a directory and a suffix, recursively find all files matching the suffix.
|
||||||
Directories or files with names beginning with a . are ignored, but hidden flags on
|
Directories or files with names beginning with a . are ignored, but hidden flags on
|
||||||
filesystems are not checked.
|
filesystems are not checked.
|
||||||
When provided with a suffix `None`, all files are returned without filtering."""
|
When provided with a suffix `None`, there is no suffix-based filtering."""
|
||||||
if not path.is_dir():
|
if not path.is_dir():
|
||||||
return [path]
|
return [path]
|
||||||
paths = [path]
|
paths = [path]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user