8000 PEP 8 comment formatting · cmspud/python-basics-exercises@c6d0c31 · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 1 deletion
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
38EB article = "A"

0 commit comments

Comments
 (0)
0