Skip to content

Commit 8f9982f

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

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
@@ -267,7 +267,7 @@ def guess_second_key(filepath: str) -> str:
267267
def set_domain_result_file_path(
268268
self, path: Union[str, os.PathLike], domain_id: int, key: Union[str, None] = None
269269
) -> None:
270-
"""Set a result file path by domain.
270+
"""Set a result file path for a specific domain.
271271
272272
This method is used to handle files created by a
273273
distributed solve.

0 commit comments

Comments
 (0)