Skip to content

Commit 1b0efba

Browse files
authored
Update chapter3-tests-classes.ipynb
1 parent fb772be commit 1b0efba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/chapter3-tests-classes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"cell_type": "markdown",
211211
"metadata": {},
212212
"source": [
213-
"Somewhat related to testing and function design are the philosophies EAFP and LBYL. EAFP = \"Easier to ask for fogiveness than permission\". In coding lingo: try doing something, and if it doesn't work, catch the error. LBYL = \"Look before you leep\". In coding lingo: check that you can do something before trying to do it. These two acronyms refer to coding philosophies about how to write your code. Let's see an example:"
213+
"Somewhat related to testing and function design are the philosophies EAFP and LBYL. EAFP = \"Easier to ask for fogiveness than permission\". In coding lingo: try doing something, and if it doesn't work, catch the error. LBYL = \"Look before you leap\". In coding lingo: check that you can do something before trying to do it. These two acronyms refer to coding philosophies about how to write your code. Let's see an example:"
214214
]
215215
},
216216
{

0 commit comments

Comments
 (0)