Skip to content

Commit 175938a

Browse files
authored
Merge pull request dabeaz-course#85 from bid0uille/patch_3.3
fix missing word in 03/03 line 344 'is'
2 parents 3d8d180 + c114f9e commit 175938a

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)