Skip to content

Commit 904c827

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

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
@@ -205,7 +205,7 @@ def guess_result_key(filepath: str) -> str:
205205
>>> path = examples.download_d3plot_beam()
206206
>>> # Define the path where the main result file can be found
207207
>>> my_data_sources.set_result_file_path(filepath=path[0])
208-
>>> # Define the extension key for the file in the given path
208+
>>> # Detect the result key for the file in the given path
209209
>>> my_file_key = my_data_sources.guess_result_key(filepath=path[0])
210210
>>> print(my_file_key)
211211
d3plot

0 commit comments

Comments
 (0)