[Python-checkins] r81865 - in python/branches/py3k: Doc/library/datetime.rst

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


Author: alexander.belopolsky
Date: Wed Jun  9 19:11:01 2010
New Revision: 81865

Log:
Merged revisions 81864 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81864 | alexander.belopolsky | 2010-06-09 13:08:11 -0400 (Wed, 09 Jun 2010) | 1 line
  
  Fixed markup of tm_isdst attribute.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/datetime.rst

Modified: python/branches/py3k/Doc/library/datetime.rst
==============================================================================
--- python/branches/py3k/Doc/library/datetime.rst	(original)
+++ python/branches/py3k/Doc/library/datetime.rst	Wed Jun  9 19:11:01 2010
@@ -952,7 +952,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