[Checkins] SVN: DateTime/trunk/src/DateTime/DateTime.txt fix earlier copy/paste error

Hano Schlichting cvs-admin at zope.org
Sat Feb 23 15:11:22 UTC 2013


Log message for revision 129713:
  fix earlier copy/paste error
  

Changed:
  U   DateTime/trunk/src/DateTime/DateTime.txt

-=-
Modified: DateTime/trunk/src/DateTime/DateTime.txt
===================================================================
--- DateTime/trunk/src/DateTime/DateTime.txt	2013-02-23 15:10:04 UTC (rev 129712)
+++ DateTime/trunk/src/DateTime/DateTime.txt	2013-02-23 15:11:22 UTC (rev 129713)
@@ -330,7 +330,7 @@
 * ``parts()`` returns a tuple containing the calendar year, month,
   day, hour, minute second and timezone of the object
 
-    >>> y.parts() # doctest: +ELLIPSIS
+    >>> dt.parts() # doctest: +ELLIPSIS
     (1997, 3, 9, 13, 45, ... 'US/Eastern')
 
 * ``timezone()`` returns the timezone in which the object is represented:



More information about the checkins mailing list