diff --git a/overcooked_simulator/order.py b/overcooked_simulator/order.py
index 5132da60e9b33ee76e276a13834c08b241ecf8ea..5f39694045fcbf80887ddeafa120eea6f647f558 100644
--- a/overcooked_simulator/order.py
+++ b/overcooked_simulator/order.py
@@ -26,7 +26,7 @@ This file defines the following classes:
 Further, it defines same implementations for the basic order generation based on random sampling:
 - `RandomOrderGeneration`
 - `simple_score_calc_gen_func`
-- `simple_score_calc_func`
+- `simple_expired_penalty`
 - `zero`
 
 For an easier usage of the random orders, also some classes for type hints and dataclasses are defined: