]> granicus.if.org Git - python/commitdiff
Fixed markup of tm_isdst attribute.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 9 Jun 2010 17:08:11 +0000 (17:08 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 9 Jun 2010 17:08:11 +0000 (17:08 +0000)
Doc/library/datetime.rst

index dc465871686f1988e2f1b590ea1c02718efea00e..53d416af6e27452b589be08d11b64c02f0a14379 100644 (file)
@@ -928,7 +928,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()