Skip to content

Commit 83e1804

Browse files
authored
00-before-we-start.md: python -> Python (#448)
1 parent 3adda6a commit 83e1804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/00-before-we-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ question.
196196

197197
I am stuck... I get an error message that I don’t understand.
198198
Start by googling the error message. However, this doesn’t always work very well, because often,
199-
package developers rely on the error catching provided by python. You end up with general error
199+
package developers rely on the error catching provided by Python. You end up with general error
200200
messages that might not be very helpful to diagnose a problem (e.g. "subscript out of bounds"). If
201201
the message is very generic, you might also include the name of the function or package you’re using
202202
in your query.

0 commit comments

Comments
 (0)