We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13053c0 commit 904c827Copy full SHA for 904c827
src/ansys/dpf/core/data_sources.py
@@ -205,7 +205,7 @@ def guess_result_key(filepath: str) -> str:
205
>>> path = examples.download_d3plot_beam()
206
>>> # Define the path where the main result file can be found
207
>>> my_data_sources.set_result_file_path(filepath=path[0])
208
- >>> # Define the extension key for the file in the given path
+ >>> # Detect the result key for the file in the given path
209
>>> my_file_key = my_data_sources.guess_result_key(filepath=path[0])
210
>>> print(my_file_key)
211
d3plot
0 commit comments