diff --git a/app/docs/guides/training/python/08_error.md b/app/docs/guides/training/python/08_error.md
index 9258c0d32a4c42b19c2fc37129b09c1114462244..90191bc09d112a49ce92eca00a38b3a1aee80e9b 100644
--- a/app/docs/guides/training/python/08_error.md
+++ b/app/docs/guides/training/python/08_error.md
@@ -176,10 +176,10 @@ NameError: HiThere
 ...     print('Egy hiba történt!')
 ...     raise
 ...
-An exception flew by!
+'Egy hiba történt!'
 Traceback (most recent call last):
   File "<stdin>", line 2, in <module>
-NameError: Egy hiba történt!
+NameError: HiThere
 ```
 
 ### finally