Skip to content

Commit 0466069

Browse files
erase my local build
1 parent 1a879de commit 0466069

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
@@ -78,7 +78,7 @@ class DataSources:
7878
7979
>>> from ansys.dpf import core as dpf
8080
>>> # Create the DataSources object with a main file path
81-
>>> my_data_sources = dpf.DataSources('file.rst')
81+
>>> my_data_sources = dpf.DataSources(result_path='file.rst')
8282
>>> # Get the path to the main result file
8383
>>> my_data_sources.result_files
8484
['file.rst']

0 commit comments

Comments
 (0)