]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
correct spelling error
authorGuido van Rossum <guido@python.org>
Mon, 7 Feb 1994 13:46:11 +0000 (13:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Feb 1994 13:46:11 +0000 (13:46 +0000)
Demo/scripts/unbirthday.py

index 492b2475b6d5247a534fb7e6c207ae9ea92248cf..cb018b654c5b71c0075731ba12ce5b11857ff34f 100755 (executable)
@@ -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