Skip to content

Commit 657e035

Browse files
authored
Update README.md
1 parent 29ec49c commit 657e035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ Text files are structured as a sequence of lines, where each line includes a seq
312312

313313
# 15. Exception Handling:
314314

315-
The try block lets you test a block of code for errors.
315+
The "try" block lets you test a block of code for errors.
316316

317-
The except block lets you handle the error.
317+
The "except" block lets you handle the error.
318318

319-
The finally block lets you execute code, regardless of the result of the try- and except blocks.
319+
The "finally" block lets you execute code, regardless of the result of the try- and except blocks.

0 commit comments

Comments
 (0)