Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c8fd1bc4
Commit
c8fd1bc4
authored
Sep 16, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
c237f8e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/tutorial/errors.rst
Doc/tutorial/errors.rst
+1
-1
No files found.
Doc/tutorial/errors.rst
View file @
c8fd1bc4
...
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
...
@@ -374,7 +374,7 @@ the same :keyword:`try` statement works as of Python 2.5)::
As you can see, the :keyword:`finally` clause is executed in any event. The
As you can see, the :keyword:`finally` clause is executed in any event. The
:exc:`TypeError` raised by dividing two strings is not handled by the
:exc:`TypeError` raised by dividing two strings is not handled by the
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
:keyword:`except` clause and therefore re-raised after the :keyword:`finally`
clause
s
has been executed.
clause has been executed.
In real world applications, the :keyword:`finally` clause is useful for
In real world applications, the :keyword:`finally` clause is useful for
releasing external resources (such as files or network connections), regardless
releasing external resources (such as files or network connections), regardless
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment