From fe8107cfc30f64cfbb3099432e0a459419d09b44 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 2 May 2014 17:52:27 -0700 Subject: [PATCH] Fixed comments. --- episode15/codingYouTube101.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episode15/codingYouTube101.py b/episode15/codingYouTube101.py index 28526b5..1572dd5 100644 --- a/episode15/codingYouTube101.py +++ b/episode15/codingYouTube101.py @@ -88,7 +88,7 @@ while run: # Convert the selection to an integer selection = int(choice) - # It must also be between 1 and the total number of episodes + # It must also be between 0 and the total number of episodes # Could be written as: selection >= 0 and selection <= count if 0 <= selection <= count: print