[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/DateTime.txt Fixed rest errors
Hanno Schlichting
plone at hannosch.info
Mon Feb 2 15:38:01 EST 2009
Log message for revision 95999:
Fixed rest errors
Changed:
U Zope/trunk/lib/python/DateTime/DateTime.txt
-=-
Modified: Zope/trunk/lib/python/DateTime/DateTime.txt
===================================================================
--- Zope/trunk/lib/python/DateTime/DateTime.txt 2009-02-02 20:20:54 UTC (rev 95998)
+++ Zope/trunk/lib/python/DateTime/DateTime.txt 2009-02-02 20:38:00 UTC (rev 95999)
@@ -1,4 +1,3 @@
-====================
The DateTime package
====================
@@ -6,7 +5,7 @@
Function Timezones()
-====================
+--------------------
Returns the list of recognized timezone names:
@@ -22,7 +21,7 @@
['CET', 'EET', 'EST', 'MET', 'MST', 'WET']
Class DateTime
-==============
+--------------
DateTime objects represent instants in time and provide interfaces for
controlling its representation without affecting the absolute value of
@@ -481,7 +480,7 @@
>>> dt.PreciseTime()
'13:45:00.000'
-* ``PreciseAMPM()``return the time string for the object:
+* ``PreciseAMPM()`` returns the time string for the object:
>>> dt.PreciseAMPM()
'01:45:00.000 pm'
More information about the Zope-Checkins
mailing list