Skip to content

Commit

Permalink
Merge pull request #17 from phschiele/patch-1
Browse files Browse the repository at this point in the history
[Doc] Update getting_started_py.md
  • Loading branch information
goulart-paul authored Mar 1, 2024
2 parents fba7a33 + a04840f commit b8a2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/python/getting_started_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ settings = clarabel.DefaultSettings()
If you want to disable verbose printing and set a 5 second time limit on the solver, you can then just modify the fields:

```python
settings.verbose = True
settings.verbose = False
settings.time_limit = 5.
```

Expand Down

0 comments on commit b8a2c09

Please sign in to comment.