diff --git a/docs/src/python/getting_started_py.md b/docs/src/python/getting_started_py.md index 7ef92c2..492496e 100644 --- a/docs/src/python/getting_started_py.md +++ b/docs/src/python/getting_started_py.md @@ -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. ```