[Python-checkins] r81864 - python/trunk/Doc/library/datetime.rst

alexander.belopolsky python-checkins at python.org
Wed Jun 9 19:08:11 CEST 2010


Author: alexander.belopolsky
Date: Wed Jun  9 19:08:11 2010
New Revision: 81864

Log:
Fixed markup of tm_isdst attribute.

Modified:
   python/trunk/Doc/library/datetime.rst

Modified: python/trunk/Doc/library/datetime.rst
==============================================================================
--- python/trunk/Doc/library/datetime.rst	(original)
+++ python/trunk/Doc/library/datetime.rst	Wed Jun  9 19:08:11 2010
@@ -928,7 +928,7 @@
    of the result is set according to the :meth:`dst` method: :attr:`tzinfo` is
    ``None`` or :meth:`dst`` returns ``None``, :attr:`tm_isdst` is set to ``-1``;
    else if :meth:`dst` returns a non-zero value, :attr:`tm_isdst` is set to ``1``;
-   else ``tm_isdst`` is set to ``0``.
+   else :attr:`tm_isdst` is set to ``0``.
 
 
 .. method:: datetime.utctimetuple()


More information about the Python-checkins mailing list