[Zope-Checkins] CVS: Zope/lib/python/DateTime - DateTime.py:1.83.10.2

Lennart Regebro lennart@torped.se
Thu, 16 Jan 2003 11:37:50 -0500


Update of /cvs-repository/Zope/lib/python/DateTime
In directory cvs.zope.org:/tmp/cvs-serv14751/lib/python/DateTime

Modified Files:
      Tag: regebro-collector_740-branch
	DateTime.py 
Log Message:
Forgot to change the comment.

=== Zope/lib/python/DateTime/DateTime.py 1.83.10.1 => 1.83.10.2 ===
--- Zope/lib/python/DateTime/DateTime.py:1.83.10.1	Thu Jan 16 11:29:56 2003
+++ Zope/lib/python/DateTime/DateTime.py	Thu Jan 16 11:37:48 2003
@@ -1295,7 +1295,7 @@
         return self._tz
 
     def tzoffset(self):
-        """Return the timezone in which the object is represented."""
+        """Return the timezone offset for the objects timezone."""
         return _tzoffset(self._tz, self._t)
 
     def year(self):