Skip to content

Commit 588ef8c

Browse files
committed
it's Python ignoring the comment, not 'the computer'
1 parent c0388ca commit 588ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ maximum inflammation for patient 0: 18.0
584584
{: .output}
585585
586586
Everything in a line of code following the '#' symbol is a
587-
[comment]({{ page.root }}/reference/#comment) that is ignored by the computer.
587+
[comment]({{ page.root }}/reference/#comment) that is ignored by Python.
588588
Comments allow programmers to leave explanatory notes for other
589589
programmers or their future selves.
590590

0 commit comments

Comments
 (0)