Skip to content
Snippets Groups Projects
Verified Commit cfea9863 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Fix python docs raise error print

parent f22fdf6f
No related branches found
No related tags found
No related merge requests found
Pipeline #23252 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment