]> granicus.if.org Git - python/commitdiff
Merged revisions 81864 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 9 Jun 2010 17:11:01 +0000 (17:11 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 9 Jun 2010 17:11:01 +0000 (17:11 +0000)
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.
........

Doc/library/datetime.rst

index 2498361c03dbbd99dd719976b1f54d87c1db35c5..00569a845a4629f89dd4576f128234220569ecb3 100644 (file)
@@ -952,7 +952,7 @@ Instance methods:
    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()