Skip to content

Commit cdbfc37

Browse files
Update src/ansys/dpf/core/data_sources.py
Co-authored-by: Paul Profizi <[email protected]>
1 parent ec0d7d2 commit cdbfc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def add_file_path(
361361
def add_domain_file_path(
362362
self, filepath: Union[str, os.PathLike], key: str, domain_id: int
363363
) -> None:
364-
"""Add a file path to the data sources in the given domain.
364+
"""Add an accessory file path to the data sources in the given domain.
365365
366366
Files not added as result files are accessory files, which contain accessory
367367
information not present in the result files.

0 commit comments

Comments
 (0)