diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py
index e30b6ccd70979183e00c552942131376e171a9bc..50d76412e0d235ef047dcc6b5ce5756ee0dcd209 100644
--- a/overcooked_simulator/counters.py
+++ b/overcooked_simulator/counters.py
@@ -7,7 +7,6 @@ on the counters are handled via the Counters. They have the task to delegate the
 environment class.
 
 Inside the item_info.yaml, equipment needs to be defined. It includes counters that are part of the interaction/requirements for the interaction.
-Example::
 
     CuttingBoard:
       type: Equipment
diff --git a/overcooked_simulator/order.py b/overcooked_simulator/order.py
index 21ed894476ecad1cdd919753d265623439ffcbab..5132da60e9b33ee76e276a13834c08b241ecf8ea 100644
--- a/overcooked_simulator/order.py
+++ b/overcooked_simulator/order.py
@@ -30,7 +30,7 @@ Further, it defines same implementations for the basic order generation based on
 - `zero`
 
 For an easier usage of the random orders, also some classes for type hints and dataclasses are defined:
-- `RandomOrderKwarg
+- `RandomOrderKwarg`
 - `RandomFuncConfig`
 - `ScoreCalcFuncType`
 - `ScoreCalcGenFuncType`