Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Website
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Website
Commits
cfea9863
Verified
Commit
cfea9863
authored
3 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Fix python docs raise error print
parent
f22fdf6f
No related branches found
No related tags found
No related merge requests found
Pipeline
#23252
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/docs/guides/training/python/08_error.md
+2
-2
2 additions, 2 deletions
app/docs/guides/training/python/08_error.md
with
2 additions
and
2 deletions
app/docs/guides/training/python/08_error.md
+
2
−
2
View file @
cfea9863
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment