diff --git a/Aufgabe02.py b/Aufgabe02.py
index 2b46fa4b55ffee79cd71ec3c6963e6e8853d89cb..066db771be3a6e716f717e1334d27de62361be54 100644
--- a/Aufgabe02.py
+++ b/Aufgabe02.py
@@ -1,7 +1,5 @@
 def HeapSort(array):
-    '''Update the board according to the move and the player. If player 0 does
-    the move, set the board cell to -1. If payer 1 makes the move, set the board cell
-    to 1 (empty board cells have value zero).
+    '''Sort the array by using a max-heap.
 
     Parameters
     ----------