Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44fa566

Browse files
committed
correct spelling error
1 parent f8ae54d commit 44fa566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/scripts/unbirthday.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
if year in range(100):
2121
print 'I\'ll assume that by', year,
2222
year = year + 1900
23-
print 'you mean', year, 'and not the arly Christian era'
23+
print 'you mean', year, 'and not the early Christian era'
2424
elif year not in range(1850, 2000):
2525
print 'It\'s hard to believe you were born in', year
2626
return

0 commit comments

Comments
 (0)