diff --git a/examples/python/jobshop_with_maintenance_sat.py b/examples/python/jobshop_with_maintenance_sat.py index 497379845c..960b312ff9 100644 --- a/examples/python/jobshop_with_maintenance_sat.py +++ b/examples/python/jobshop_with_maintenance_sat.py @@ -22,7 +22,7 @@ from ortools.sat.python import cp_model def jobshop_with_maintenance(): """Solves a jobshop with maintenance on one machine.""" - # Create the model. + # Create the model. model = cp_model.CpModel() jobs_data = [ # task = (machine_id, processing_time).