Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit eeb19ea

Browse files
committed
modified: madlibs.py
1 parent 63a1baf commit eeb19ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

madlibs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#if statements for ArgSparce
3131

32-
# line 35 fails if args.story reads as "None", so we need to clear that string if it reads as such.
32+
# line 36 fails if args.story reads as "None", so we need to clear that string if it reads as such.
3333
if args.story == None:
3434
exec('args.story = int(0)')
3535
# args.story should now read as 0

0 commit comments

Comments
 (0)