From: Guido van Rossum Date: Mon, 7 Feb 1994 13:46:11 +0000 (+0000) Subject: correct spelling error X-Git-Tag: v1.0.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44fa566927987328e0d818071d7b2b7f473df1cd;p=thirdparty%2FPython%2Fcpython.git correct spelling error --- diff --git a/Demo/scripts/unbirthday.py b/Demo/scripts/unbirthday.py index 492b2475b6d5..cb018b654c5b 100755 --- a/Demo/scripts/unbirthday.py +++ b/Demo/scripts/unbirthday.py @@ -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