From 453e4dd183e119ac16a50d2ef13e55b9d409b993 Mon Sep 17 00:00:00 2001 From: maneesha sane Date: Tue, 11 Feb 2020 15:17:59 -0500 Subject: [PATCH] typo - capital P in Python --- _episodes/00-before-we-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/00-before-we-start.md b/_episodes/00-before-we-start.md index 6e26c9d8b..237fe6117 100644 --- a/_episodes/00-before-we-start.md +++ b/_episodes/00-before-we-start.md @@ -196,7 +196,7 @@ question. I am stuck... I get an error message that I don’t understand. Start by googling the error message. However, this doesn’t always work very well, because often, -package developers rely on the error catching provided by python. You end up with general error +package developers rely on the error catching provided by Python. You end up with general error messages that might not be very helpful to diagnose a problem (e.g. "subscript out of bounds"). If the message is very generic, you might also include the name of the function or package you’re using in your query.