[Python-checkins] r57628 - python/trunk/Lib/test/test_calendar.py
walter.doerwald
python-checkins at python.org
Wed Aug 29 01:35:34 CEST 2007
Author: walter.doerwald
Date: Wed Aug 29 01:35:33 2007
New Revision: 57628
Modified:
python/trunk/Lib/test/test_calendar.py
Log:
Fix test output.
Modified: python/trunk/Lib/test/test_calendar.py
==============================================================================
--- python/trunk/Lib/test/test_calendar.py (original)
+++ python/trunk/Lib/test/test_calendar.py Wed Aug 29 01:35:33 2007
@@ -49,7 +49,7 @@
<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">
More information about the Python-checkins
mailing list