Skip to content

Commit c6d0c31

Browse files
committed
PEP 8 comment formatting
1 parent 2df6a69 commit c6d0c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch09-lists-tuples-and-dictionaries/5-challenge-wax-poetic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def make_poem():
9393
# Pull one adverb
9494
adv1 = random.choice(adverb)
9595

96-
if "aeiou".find(adj1[0]) != -1: # first letter is a vowel
96+
if "aeiou".find(adj1[0]) != -1: # First letter is a vowel
9797
article = "An"
9898
else:
9999
article = "A"

0 commit comments

Comments
 (0)