Commit 44fa5669 authored by Guido van Rossum's avatar Guido van Rossum

correct spelling error

parent f8ae54d1
......@@ -20,7 +20,7 @@ def main():
if year in range(100):
print 'I\'ll assume that by', year,
year = year + 1900
print 'you mean', year, 'and not the arly Christian era'
print 'you mean', year, 'and not the early Christian era'
elif year not in range(1850, 2000):
print 'It\'s hard to believe you were born in', year
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment