Skip to content

Commit

Permalink
Update getting_started_py.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele authored Mar 1, 2024
1 parent fba7a33 commit a04840f
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 a04840f

Please sign in to comment.