From a326468694acebd9ae47356569fb91aaa6e8c6bd Mon Sep 17 00:00:00 2001 From: Greg Mingas Date: Tue, 2 Mar 2021 21:24:54 +0000 Subject: [PATCH] Fix long line in ep09 (#913) --- _episodes/09-errors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_episodes/09-errors.md b/_episodes/09-errors.md index 218ab0765..214065f84 100644 --- a/_episodes/09-errors.md +++ b/_episodes/09-errors.md @@ -495,7 +495,8 @@ often reveals common reasons why you might get that error. > > 2. `print_message` > > 3. 11 > > 4. `KeyError` -> > 5. There isn't really a message; you're supposed to infer that `Friday` is not a key in `messages`. +> > 5. There isn't really a message; you're supposed +> > to infer that `Friday` is not a key in `messages`. > {: .solution} {: .challenge}