Skip to content

Commit 999e456

Browse files
authored
Merge pull request #58 from debpal/main
minor correction in read_output.md
2 parents 3890b0e + 0651980 commit 999e456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/read_output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following method creates a time series `DataFrame` that includes a new `date
1212
```python
1313
import pySWATPlus
1414

15-
output = pySWATPlus.SensitivityAnalyzer.simulated_timeseries_df(
15+
output = pySWATPlus.DataManager().simulated_timeseries_df(
1616
data_file=r"C:\Users\Username\custom_folder\channel_sd_mon.txt",
1717
has_units=True,
1818
begin_date='01-Jun-2011',

0 commit comments

Comments
 (0)