diff options
author | Walter Dörwald <walter@livinglogic.de> | 2007-08-28 23:35:33 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2007-08-28 23:35:33 (GMT) |
commit | 6d20b705ddfcb3958a17a3ea52873f177666055a (patch) | |
tree | 7e0317aea0c0d2cb5d853d713a3fdde290ee0014 /Lib/test/test_calendar.py | |
parent | 1a413136843f17ede1d3f87f9bab23a07748312c (diff) | |
download | cpython-6d20b705ddfcb3958a17a3ea52873f177666055a.zip cpython-6d20b705ddfcb3958a17a3ea52873f177666055a.tar.gz cpython-6d20b705ddfcb3958a17a3ea52873f177666055a.tar.bz2 |
Fix test output.
Diffstat (limited to 'Lib/test/test_calendar.py')
-rw-r--r-- | Lib/test/test_calendar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_calendar.py b/Lib/test/test_calendar.py index e414324..75eaebd 100644 --- a/Lib/test/test_calendar.py +++ b/Lib/test/test_calendar.py @@ -49,7 +49,7 @@ result_2004_html = """ <head> <meta http-equiv="Content-Type" content="text/html; charset=ascii" /> <link rel="stylesheet" type="text/css" href="calendar.css" /> -<title>Calendar for 2004</title +<title>Calendar for 2004</title> </head> <body> <table border="0" cellpadding="0" cellspacing="0" class="year"> |