Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Related to #895
  • Loading branch information
abelsiqueira committed Oct 29, 2024
1 parent fd151a8 commit 604362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/20-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ variables = compute_variables_indices(dataframes)
Now we can compute the model.

```@example manual
model = create_model(graph, sets, variables, representative_periods, dataframes, years, timeframe, groups, model_parameters)
model = create_model(connection, graph, sets, variables, representative_periods, dataframes, years, timeframe, groups, model_parameters)
```

Finally, we can compute the solution.
Expand Down

0 comments on commit 604362b

Please sign in to comment.