diff --git a/activitysim/abm/models/vehicle_allocation.py b/activitysim/abm/models/vehicle_allocation.py index 8dfb35bfd..a84dfaabf 100644 --- a/activitysim/abm/models/vehicle_allocation.py +++ b/activitysim/abm/models/vehicle_allocation.py @@ -87,7 +87,7 @@ def get_skim_dict(network_los: los.Network_LOS, choosers: pd.DataFrame): class VehicleAllocationSettings(LogitComponentSettings, extra="forbid"): """ - Settings for the `joint_tour_scheduling` component. + Settings for the `vehicle_allocation` component. """ preprocessor: PreprocessorSettings | None = None