Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c114f9e

Browse files
author
bid0uille
committed
fix missing word in 03/03 line 344 'is'
1 parent 7cd1ae1 commit c114f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/03_Error_checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ As a general rule, it’s usually best to skip such tests and to just
341341
let the program fail on bad inputs. The traceback message will point
342342
at the source of the problem and can assist in debugging.
343343

344-
The main reason for adding the above check to avoid running the code
344+
The main reason for adding the above check is to avoid running the code
345345
in a non-sensical mode (e.g., using a feature that requires column
346346
headers, but simultaneously specifying that there are no headers).
347347

0 commit comments

Comments
 (0)